d18b065286
The patch below fixes a bug in the VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros in target/ppc/fpu_helper.c where a non-NaN floating point value from the source vector is incorrectly converted to 0, 0x80000000, or 0x8000000000000000 instead of the expected value if a preceding source floating point value from the same source vector was a NaN. The bug in the VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros in target/ppc/fpu_helper.c was introduced with commit |
||
---|---|---|
.. | ||
bcdsub.c | ||
byte_reverse.c | ||
Makefile.target | ||
mffsce.c | ||
mtfsf.c | ||
non_signalling_xscv.c | ||
signal_save_restore_xer.c | ||
test-aes.c | ||
vector.c | ||
vsx_f2i_nan.c | ||
xxspltw.c |