aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/msvc.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-11 20:49:45 -0500
committerJack Lloyd <[email protected]>2017-12-11 20:49:45 -0500
commit4cc5e2fe991d4233f053abedf73a5dc22594330b (patch)
tree62a5d3ab4f6fa8423e9da840e43a934011bd3732 /src/build-data/cc/msvc.txt
parent8517b97cbeec0ca5ff2aa12ff16d04473679aee2 (diff)
Rename SSE4.x names to avoid underscores
This breaks how we determine the ISA flags for amalgamation files. The code for doing that is kind of a hack but I don't want to mess with it right now, easier to just rename the ISA internally.
Diffstat (limited to 'src/build-data/cc/msvc.txt')
-rw-r--r--src/build-data/cc/msvc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index 2d6cb1a57..b816d33f8 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -34,8 +34,8 @@ ar_output_to "/OUT:"
<isa_flags>
sse2 -> ""
ssse3 -> ""
-sse4_1 -> ""
-sse4_2 -> ""
+sse41 -> ""
+sse42 -> ""
x86_64:avx2 -> ""
bmi2 -> ""
aesni -> ""