diff options
Diffstat (limited to 'math/test-double.h')
-rw-r--r-- | math/test-double.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/test-double.h b/math/test-double.h index bd9be859bb..3c562e27f5 100644 --- a/math/test-double.h +++ b/math/test-double.h @@ -18,6 +18,7 @@ #define FUNC(function) function #define FLOAT double +#define CFLOAT __complex__ double #define BUILD_COMPLEX(real, imag) (CMPLX ((real), (imag))) #define PREFIX DBL #define LIT(x) (x) @@ -25,3 +26,4 @@ #define LITM(x) x #define FTOSTR strfromd #define snan_value_MACRO SNAN +#define TEST_FLOATN 0 |