summaryrefslogtreecommitdiff
path: root/src/math/nexttoward.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/nexttoward.c')
-rw-r--r--src/math/nexttoward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/nexttoward.c b/src/math/nexttoward.c
index 3ca38bfd..148bf95d 100644
--- a/src/math/nexttoward.c
+++ b/src/math/nexttoward.c
@@ -6,6 +6,7 @@
TYPE TGFN(nexttoward)(TYPE x, TYPE y)
{
+ SIGNAL_SAFE(0);
return x - y;
}