summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2010-08-24 14:08:05 -0700
committerRichard Henderson <rth@gcc.gnu.org>2010-08-24 14:08:05 -0700
commit6f173e52cbd7ec8160a7c0d6c23fa6d1bb7a7f66 (patch)
treebfa80eeb59c1e4fde073f12dc44c3301e2faed5c /libcpp/config.in
parent8a5b85388f5c0ae491e80f52c9aee4816499a7f6 (diff)
downloadgcc-6f173e52cbd7ec8160a7c0d6c23fa6d1bb7a7f66.tar.gz
re PR bootstrap/45376 (no such instruction: `pcmpestri $0,(%rdi),%xmm0')
PR bootstrap/45376 * configure.ac (HAVE_SSE4): New check. * configure, config.in: Rebuild. * lex.c (search_line_sse42): Omit if !HAVE_SSE4. From-SVN: r163528
Diffstat (limited to 'libcpp/config.in')
-rw-r--r--libcpp/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in
index 95606c18abf..29d4501821a 100644
--- a/libcpp/config.in
+++ b/libcpp/config.in
@@ -185,6 +185,9 @@
/* Define to 1 if you have the `putc_unlocked' function. */
#undef HAVE_PUTC_UNLOCKED
+/* Define to 1 if you can assemble SSE4 insns. */
+#undef HAVE_SSE4
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H