On Thu, Feb 13, 2025 at 02:26:13PM +0000, Peter Maydell wrote: > Date: Thu, 13 Feb 2025 14:26:13 +0000 > From: Peter Maydell <peter.mayd...@linaro.org> > Subject: [PATCH 4/4] tests/tcg/x86_64/fma: add test for exact-denormal > output > X-Mailer: git-send-email 2.43.0 > > 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.mayd...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > tests/tcg/x86_64/fma.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+)
Reviewed-by: Zhao Liu <zhao1....@intel.com>