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