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