diff options
Diffstat (limited to 'src/complex/creal.c')
-rw-r--r-- | src/complex/creal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/complex/creal.c b/src/complex/creal.c index 7a3e4411..a4cbaa24 100644 --- a/src/complex/creal.c +++ b/src/complex/creal.c @@ -7,6 +7,7 @@ TYPE TGFN(creal)(TYPE complex z) { + SIGNAL_SAFE(0); union { complex TYPE c; TYPE f[2]; |