diff options
author | Wilco Dijkstra <Wilco.Dijkstra@arm.com> | 2019-07-16 11:29:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-21 14:29:12 -0300 |
commit | d0007dc53cc83f22037bf6c7a297fa2e8066a335 (patch) | |
tree | 377610c3d83493097dce5484f900eed53e1997ae /sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c | |
parent | 55d530114ef3513eb8588e31e3850f04ac608077 (diff) | |
download | glibc-d0007dc53cc83f22037bf6c7a297fa2e8066a335.tar.gz glibc-d0007dc53cc83f22037bf6c7a297fa2e8066a335.tar.xz glibc-d0007dc53cc83f22037bf6c7a297fa2e8066a335.zip |
Remove x64 _finite tests and references
Remove _finite tests and references from x86_64. Rather than calling __exp_finite, use exp directly (since it's the same entry point). x86_64 builds and passes testsuite. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c')
-rw-r--r-- | sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c b/sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c deleted file mode 100644 index 7fc3d8aedd..0000000000 --- a/sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c +++ /dev/null @@ -1 +0,0 @@ -#include "test-float-libmvec-alias-mod.c" |