Re: [PATCH 76/76] tests/tcg/x86_64/fma: add test for exact-denormal output

2025-01-26 Thread Richard Henderson
On 1/24/25 08:28, Peter Maydell wrote: 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 --- tests/tcg/x86_64/fma.c | 12 1 file changed, 12 insertions(+) diff --git

[PATCH 76/76] tests/tcg/x86_64/fma: add test for exact-denormal output

2025-01-24 Thread Peter Maydell
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 --- tests/tcg/x86_64/fma.c | 12 1 file changed, 12 insertions(+) diff --git a/tests/tcg/x86_64/fma.c b/tests/tcg/x86_64