We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae10be3 commit 32a76d2Copy full SHA for 32a76d2
newlib/libm/math/ef_fmod.c
@@ -18,7 +18,7 @@
18
/* __ieee754_remainderf is provided by libgcc and presumably is faster
19
then original implementation */
20
21
-#if 1
+#if 0
22
23
extern float __ieee754_remainderf(float x, float y);
24
0 commit comments