diff options
author | Sunil K Pandey <skpgkp2@gmail.com> | 2021-11-05 16:13:12 -0700 |
---|---|---|
committer | Sunil K Pandey <skpgkp2@gmail.com> | 2021-11-05 16:13:12 -0700 |
commit | 2856829ee77e2b4df4626861e5d24894c23f422c (patch) | |
tree | 27b1e9df38a5146ce6b51d88291b92048ca3b9da /benchtests/Makefile | |
parent | a586fe9c80f7cf2c9a5a6ccdbc572e7b5ec816b8 (diff) | |
download | glibc-2856829ee77e2b4df4626861e5d24894c23f422c.tar.gz glibc-2856829ee77e2b4df4626861e5d24894c23f422c.tar.xz glibc-2856829ee77e2b4df4626861e5d24894c23f422c.zip |
Revert "benchtests: Add acosf function to bench-math"
This reverts commit 79d0fc65395716c1d95931064c7bf37852203c66.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 3748b592f8..4ed1d01e0d 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -24,7 +24,6 @@ include ../Makeconfig bench-math := \ acos \ - acosf \ acosh \ asin \ asinh \ |