|
@@ -220,11 +220,9 @@ GEN_INPUT_FLUSH3(float64_input_flush3, float64)
|
|
* the use of hardfloat, since hardfloat relies on the inexact flag being
|
|
* the use of hardfloat, since hardfloat relies on the inexact flag being
|
|
* already set.
|
|
* already set.
|
|
*/
|
|
*/
|
|
-#if defined(TARGET_PPC) || defined(__FAST_MATH__)
|
|
|
|
# if defined(__FAST_MATH__)
|
|
# if defined(__FAST_MATH__)
|
|
# warning disabling hardfloat due to -ffast-math: hardfloat requires an exact \
|
|
# warning disabling hardfloat due to -ffast-math: hardfloat requires an exact \
|
|
IEEE implementation
|
|
IEEE implementation
|
|
-# endif
|
|
|
|
# define QEMU_NO_HARDFLOAT 1
|
|
# define QEMU_NO_HARDFLOAT 1
|
|
# define QEMU_SOFTFLOAT_ATTR QEMU_FLATTEN
|
|
# define QEMU_SOFTFLOAT_ATTR QEMU_FLATTEN
|
|
#else
|
|
#else
|