summary refs log tree commit diff
path: root/math/README.libm-test
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-20 10:05:20 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-04-17 11:40:44 -0300
commitc10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch)
tree0fa96895eda02c5513715583ea9b29e41bbacc94 /math/README.libm-test
parent4b850b1f29648f666a2fa8ceed639132830e169c (diff)
downloadglibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.xz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.zip
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'math/README.libm-test')
-rw-r--r--math/README.libm-test8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/README.libm-test b/math/README.libm-test
index 28d7a2ed28..f32c629c6d 100644
--- a/math/README.libm-test
+++ b/math/README.libm-test
@@ -38,11 +38,9 @@ The test drivers "test-double-<func>.c", "test-float-<func>.c", and
 double, float and long double implementation of libm.  Each driver
 selects the desired real floating type to exercise the math functions
 to test with (float, double, or long double) by defining a small set
-of macros just before including the generic "libm-test.c" file.  Each
-driver also either defines or undefines the __NO_MATH_INLINES macro
-just before including "libm-test-<func>.c" to select either the real
-or inline functions, respectively.  Each driver is compiled into a
-single executable test program with the corresponding name.
+of macros just before including the generic "libm-test.c" file. Each
+driver is compiled into a single executable test program with the
+corresponding name.
 
 As mentioned above, the "gen-libm-test.py" script looks for a file
 named "libm-test-ulps" in the platform specific sysdep directory (or