commit | 38e204919fd8dd09ecbea12823f4ebd8ceafbbfa | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 24 15:46:11 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 31 17:56:52 2025 +0000 |
tree | 066a9621764a12dbab9267fd1b819f5d346494ad | |
parent | d9d97453bb9ed2f1ff9c41c0c60f7023dbcb2e28 [diff] |
tests/tcg/x86_64/fma: add test for exact-denormal output Add some fma test cases that check for correct handling of FTZ and for the flag that indicates that the input denormal was consumed. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>