diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-07-03 02:48:56 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-03 02:48:56 -0700 |
commit | 06e51c8f3de38761f8855700841bc49cf495c8c0 (patch) | |
tree | d76c6e1456fd6eed177ada6be5c318b111724198 /configure.in | |
parent | 241e68032077f92de17f69ac77161807c232b346 (diff) | |
download | glibc-06e51c8f3de38761f8855700841bc49cf495c8c0.tar glibc-06e51c8f3de38761f8855700841bc49cf495c8c0.tar.gz glibc-06e51c8f3de38761f8855700841bc49cf495c8c0.tar.bz2 glibc-06e51c8f3de38761f8855700841bc49cf495c8c0.zip |
Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6a92bd876a..216cdc9d07 100644 --- a/configure.in +++ b/configure.in @@ -2259,6 +2259,7 @@ AC_SUBST(libc_cv_forced_unwind) dnl sysdeps/CPU/configure.in checks set this via arch-specific asm tests AC_SUBST(libc_cv_cpp_asm_debuginfo) +AC_SUBST(libc_cv_cc_sse4) AC_SUBST(use_ldconfig) AC_SUBST(ldd_rewrite_script) |