diff options
Diffstat (limited to 'src/math/remainder.c')
| -rw-r--r-- | src/math/remainder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c index 1f8942d0..c62e3d2c 100644 --- a/src/math/remainder.c +++ b/src/math/remainder.c @@ -6,6 +6,7 @@ TYPE TGFN(remainder)(TYPE x, TYPE y) { + SIGNAL_SAFE(0); } /* |
