Skip to content

Commit 32a76d2

Browse files
committed
Enable full fmod implementation
esp8266/Arduino#612
1 parent ae10be3 commit 32a76d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newlib/libm/math/ef_fmod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* __ieee754_remainderf is provided by libgcc and presumably is faster
1919
then original implementation */
2020

21-
#if 1
21+
#if 0
2222

2323
extern float __ieee754_remainderf(float x, float y);
2424

0 commit comments

Comments
 (0)