diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-04-14 22:27:59 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-14 22:27:59 -0700 |
commit | a11ec63713ea3903c482dc907a108be404191a02 (patch) | |
tree | e9a57c38aa620e21ea59e5cb258550e469e4c06a /sysdeps/x86_64/elf/configure.in | |
parent | df87f54923da6cb94e1a7d65c3f2349c95d49700 (diff) | |
download | glibc-a11ec63713ea3903c482dc907a108be404191a02.zip glibc-a11ec63713ea3903c482dc907a108be404191a02.tar.gz glibc-a11ec63713ea3903c482dc907a108be404191a02.tar.bz2 |
Add x86-32 FMA support
Diffstat (limited to 'sysdeps/x86_64/elf/configure.in')
-rw-r--r-- | sysdeps/x86_64/elf/configure.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/x86_64/elf/configure.in b/sysdeps/x86_64/elf/configure.in index 14d1875..9cb59d0 100644 --- a/sysdeps/x86_64/elf/configure.in +++ b/sysdeps/x86_64/elf/configure.in @@ -32,14 +32,3 @@ fi dnl It is always possible to access static and hidden symbols in an dnl position independent way. AC_DEFINE(PI_STATIC_AND_HIDDEN) - -dnl Check if -mavx works. -AC_CACHE_CHECK(for AVX support, libc_cv_cc_avx, [dnl -if AC_TRY_COMMAND([${CC-cc} -mavx -xc /dev/null -S -o /dev/null]); then - libc_cv_cc_avx=yes -else - libc_cv_cc_avx=no -fi]) -if test $libc_cv_cc_avx = yes; then - AC_DEFINE(HAVE_AVX_SUPPORT) -fi |