diff options
Diffstat (limited to 'src/math/fmod.c')
| -rw-r--r-- | src/math/fmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/fmod.c b/src/math/fmod.c index 68474424..102e48dc 100644 --- a/src/math/fmod.c +++ b/src/math/fmod.c @@ -9,6 +9,7 @@ TYPE TGFN(fmod)(TYPE x, TYPE y) { + SIGNAL_SAFE(0); int classx = fpclassify(x); int classy = fpclassify(y); |
