diff options
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r-- | libitm/config.h.in | 3 |
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 |