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