X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=math%2Ftest-float64x.h;h=607784845950ec891adf0da88a696f05a6ae2d5d;hb=cf9cf33199fdd6550920ad43f19ad8b2435fc0c6;hp=bf1b934311afda264c381e1716de367c8df82510;hpb=8e554659ad7722ff1d09c6fa68d7df8e75530dc8;p=thirdparty%2Fglibc.git diff --git a/math/test-float64x.h b/math/test-float64x.h index bf1b934311a..60778484595 100644 --- a/math/test-float64x.h +++ b/math/test-float64x.h @@ -1,6 +1,6 @@ /* Common definitions for libm tests for _Float64x. - Copyright (C) 2017-2018 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 @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include "test-math-floatn.h" @@ -31,11 +31,9 @@ #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