From 06e51c8f3de38761f8855700841bc49cf495c8c0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 3 Jul 2009 02:48:56 -0700 Subject: Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 8dbc224a7d..4ddab7d775 100644 --- a/config.h.in +++ b/config.h.in @@ -129,6 +129,9 @@ /* Define if binutils support TLS handling. */ #undef HAVE_TLS_SUPPORT +/* Define if gcc supports SSE4. */ +#undef HAVE_SSE4_SUPPORT + /* Define if the compiler's exception support is based on libunwind. */ #undef HAVE_CC_WITH_LIBUNWIND -- cgit 1.4.1