On 2/9/22 07:31, matheus.fe...@eldorado.org.br wrote:
The second patch addresses differences in the output of float_madds.c. The __builtin_fmaf used in this test emits fmadds with GCC and xsmaddasp with LLVM. The first insn had rounding errors fixed in d04ca895dc7f ("target/ppc: Add helpers for fmadds et al"), we apply a similar fix to xsmaddasp.
Thanks for this. I missed those before. There are a number of other missed vector cases, which you may have seen. Basically, anything with "r2sp" needs updating. r~