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