diff options
Diffstat (limited to 'libgcc/config/aarch64/sfp-machine.h')
-rw-r--r-- | libgcc/config/aarch64/sfp-machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config/aarch64/sfp-machine.h b/libgcc/config/aarch64/sfp-machine.h index 456bea4ebb7..306da1749b3 100644 --- a/libgcc/config/aarch64/sfp-machine.h +++ b/libgcc/config/aarch64/sfp-machine.h @@ -45,6 +45,7 @@ typedef int __gcc_CMPtype __attribute__ ((mode (__libgcc_cmp_return__))); #define _FP_NANSIGN_Q 0 #define _FP_KEEPNANFRACP 1 +#define _FP_QNANNEGATEDP 0 /* This appears to be in line with the VFP conventions in the v7-a ARM-ARM. Need to check with the v8 version. */ |