summaryrefslogtreecommitdiff
path: root/libitm/config.h.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-10 00:29:38 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-10 00:29:38 +0000
commit36a0e17acc81581d2507c5a09a07a3f81d2360ec (patch)
treec7c77fdbc7b50f224cc4d0500b462b578274d47f /libitm/config.h.in
parent61779158bc0956cb54d1dd63d4067a2669b41777 (diff)
downloadgcc-36a0e17acc81581d2507c5a09a07a3f81d2360ec.tar.gz
libitm: Work around assembler missing AVX insns.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181246 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r--libitm/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in
index 369f6c66caf..52db1a6fdc1 100644
--- a/libitm/config.h.in
+++ b/libitm/config.h.in
@@ -6,6 +6,9 @@
/* Define to 1 if the target supports 64-bit __sync_*_compare_and_swap */
#undef HAVE_64BIT_SYNC_BUILTINS
+/* Define to 1 if the assembler supports AVX. */
+#undef HAVE_AS_AVX
+
/* Define if your assembler supports .cfi_* directives. */
#undef HAVE_AS_CFI_PSEUDO_OP