We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7598a50 commit 8459a16Copy full SHA for 8459a16
fpu/softfloat.c
@@ -220,11 +220,9 @@ GEN_INPUT_FLUSH3(float64_input_flush3, float64)
220
* the use of hardfloat, since hardfloat relies on the inexact flag being
221
* already set.
222
*/
223
-#if defined(TARGET_PPC) || defined(__FAST_MATH__)
224
-# if defined(__FAST_MATH__)
225
-# warning disabling hardfloat due to -ffast-math: hardfloat requires an exact \
226
- IEEE implementation
227
-# endif
+#if defined(__FAST_MATH__)
+# warning disabling hardfloat due to -ffast-math: hardfloat requires an exact \
+ IEEE implementation
228
# define QEMU_NO_HARDFLOAT 1
229
# define QEMU_SOFTFLOAT_ATTR QEMU_FLATTEN
230
#else
0 commit comments