From b25685d5dc26370ecae112f805b4141c4efdeea4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 13:38:04 -0500 Subject: update safety checks --- src/complex/csinh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/complex/csinh.c') diff --git a/src/complex/csinh.c b/src/complex/csinh.c index 36cbcadd..67c4ab0e 100644 --- a/src/complex/csinh.c +++ b/src/complex/csinh.c @@ -8,6 +8,7 @@ TYPE complex TGFN(csinh)(TYPE complex z) { + SIGNAL_SAFE(0); int classr = fpclassify(TGFN(creal)(z)); int classi = fpclassify(TGFN(cimag)(z)); int signr = signbit(TGFN(creal)(z)); -- cgit v1.2.1