diff options
Diffstat (limited to 'src/math/nearbyint.c')
| -rw-r--r-- | src/math/nearbyint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/nearbyint.c b/src/math/nearbyint.c index 29a7a2c2..a4caac5e 100644 --- a/src/math/nearbyint.c +++ b/src/math/nearbyint.c @@ -6,6 +6,7 @@ TYPE TGFN(nearbyint)(TYPE x) { + SIGNAL_SAFE(0); switch (fpclassify(x)) { case FP_ZERO: return x; case FP_INFINITE: return x; |
