summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-07-10 12:04:14 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-10 12:04:14 -0700
commitb0ecde3a63fd3e987137aa9eb76da3b556b14559 (patch)
tree9ec97c379f41fcb36164d03ee5b852e1b3f1e59f /config.h.in
parent786b74f41a076ac67b5d4fe59ab26e55745095df (diff)
Add AVX support to ld.so auditing for x86-64.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 5f16874584..18bf01a38c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -135,6 +135,9 @@
/* Define if gcc supports SSE4. */
#undef HAVE_SSE4_SUPPORT
+/* Define if gcc supports AVX. */
+#undef HAVE_AVX_SUPPORT
+
/* Define if the compiler's exception support is based on libunwind. */
#undef HAVE_CC_WITH_LIBUNWIND