diff options
author | Simon Warta <[email protected]> | 2017-09-02 10:13:34 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-09-02 10:13:34 +0200 |
commit | ebc0aebb45e4a10722e39c0b5a2efce0ad5dc4d8 (patch) | |
tree | eb85942eda6ae15306e43d836e98e048ca8f95bf /src/build-data/arch/x86_64.txt | |
parent | 4cc355c689fa6a38a77ff2f97253ca4cf74ffd28 (diff) |
Sort isa_extensions lists [ci skip]
this removes the duplicate "sha" in x86_64
Diffstat (limited to 'src/build-data/arch/x86_64.txt')
-rw-r--r-- | src/build-data/arch/x86_64.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/build-data/arch/x86_64.txt b/src/build-data/arch/x86_64.txt index 1e85df34b..e77ae4d5e 100644 --- a/src/build-data/arch/x86_64.txt +++ b/src/build-data/arch/x86_64.txt @@ -37,15 +37,14 @@ athlon64 -> k8 </submodel_aliases> <isa_extensions> -sse2 -ssse3 -sse4.1 -sse4.2 -avx2 aesni +avx2 +bmi2 rdrand rdseed sha -bmi2 -sha +sse2 +sse4.1 +sse4.2 +ssse3 </isa_extensions> |