diff options
Diffstat (limited to 'math/test-float32.h')
-rw-r--r-- | math/test-float32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-float32.h b/math/test-float32.h index f7d4957121..9bc11348aa 100644 --- a/math/test-float32.h +++ b/math/test-float32.h @@ -30,7 +30,6 @@ #define PREFIX FLT32 #define TYPE_STR "float" #define ULP_IDX ULP_FLT -#define ULP_I_IDX ULP_I_FLT #define LIT(x) __f32 (x) #define LITM(x) x ## f32 #define FTOSTR strfromf32 |