diff options
Diffstat (limited to 'math/test-float.h')
-rw-r--r-- | math/test-float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/test-float.h b/math/test-float.h index 97e98c768a..7382d37639 100644 --- a/math/test-float.h +++ b/math/test-float.h @@ -22,6 +22,8 @@ #define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag))) #define PREFIX FLT #define TYPE_STR "float" +#define ULP_IDX ULP_FLT +#define ULP_I_IDX ULP_I_FLT #define LIT(x) (x ## f) /* Use the double variants of macro constants. */ #define LITM(x) x |