]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/test-float64x.h
math: Improve fmodf
[thirdparty/glibc.git] / math / test-float64x.h
index 1a080c33a90d75f86a5f5dd4dc75a5447c8e2f0f..607784845950ec891adf0da88a696f05a6ae2d5d 100644 (file)
@@ -1,6 +1,6 @@
 /* Common definitions for libm tests for _Float64x.
 
-   Copyright (C) 2017-2019 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 #if FLT64X_MANT_DIG == LDBL_MANT_DIG
 # define TYPE_STR "ldouble"
 # define ULP_IDX ULP_LDBL
-# define ULP_I_IDX ULP_I_LDBL
 #else
 # define TYPE_STR "float128"
 # define ULP_IDX ULP_FLT128
-# define ULP_I_IDX ULP_I_FLT128
 #endif
 #define LIT(x) __f64x (x)
 #define LITM(x) x ## f64x