aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-05-01 02:30:57 +0000
committerlloyd <[email protected]>2014-05-01 02:30:57 +0000
commitd2e86fc7dca835058bcc91ce0fb0cc787383a7bb (patch)
tree2fb60d6819c90b1f9f7c95a73d7e8cb309719deb /src/build-data
parent2c91264a5e65d1db035412a0bc82526bd0c75e88 (diff)
Support restricting compiler ISAs to specific architectures. Specifically
to work around weird MSVC limitations in 32-bit mode, but maybe useful elsewhere someday. Github #11.
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/msvc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index cef5364c9..7b2a13191 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -26,7 +26,7 @@ sse2 -> ""
ssse3 -> ""
sse4.1 -> ""
sse4.2 -> ""
-avx2 -> ""
+x86_64:avx2 -> ""
bmi2 -> ""
aesni -> ""
clmul -> ""