diff options
author | Jack Lloyd <[email protected]> | 2017-12-11 20:49:45 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-11 20:49:45 -0500 |
commit | 4cc5e2fe991d4233f053abedf73a5dc22594330b (patch) | |
tree | 62a5d3ab4f6fa8423e9da840e43a934011bd3732 /src/build-data/cc/sunstudio.txt | |
parent | 8517b97cbeec0ca5ff2aa12ff16d04473679aee2 (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/sunstudio.txt')
-rw-r--r-- | src/build-data/cc/sunstudio.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/sunstudio.txt b/src/build-data/cc/sunstudio.txt index 4b15a8d63..e983bf701 100644 --- a/src/build-data/cc/sunstudio.txt +++ b/src/build-data/cc/sunstudio.txt @@ -54,8 +54,8 @@ x86_64 -> "-m64" # https://docs.oracle.com/cd/E37069_01/html/E37074/bjapp.html#OSSCGbkazd sse2 -> "-xarch=sse2" ssse3 -> "-xarch=ssse3" -sse4_1 -> "-xarch=sse4.1" -sse4_2 -> "-xarch=sse4.2" +sse41 -> "-xarch=sse4.1" +sse42 -> "-xarch=sse4.2" aesni -> "-xarch=aes" avx -> "-xarch=avx" rdrand -> "-xarch=avx_i" |