diff options
author | lloyd <lloyd@randombit.net> | 2013-12-23 00:14:36 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2013-12-23 00:14:36 +0000 |
commit | 32233249f38b7fcbce53699ab23c899352e17449 (patch) | |
tree | 9ff7ddeb46132716a4140c85b8de448f3324baf6 /src/build-data/arch | |
parent | f9bf642e0c810e584ce4510dfa2db59b6de03630 (diff) |
Set -m flags for rdrand.cpp. Update compiler ISA flags
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/x86_32.txt | 5 | ||||
-rw-r--r-- | src/build-data/arch/x86_64.txt | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/build-data/arch/x86_32.txt b/src/build-data/arch/x86_32.txt index 4562050af..54f821a84 100644 --- a/src/build-data/arch/x86_32.txt +++ b/src/build-data/arch/x86_32.txt @@ -67,6 +67,9 @@ ssse3 sse4.1 sse4.2 avx2 -aes-ni +bmi2 +aesni clmul +rdrand +sha </isa_extensions> diff --git a/src/build-data/arch/x86_64.txt b/src/build-data/arch/x86_64.txt index e3e6f18e1..56a1b8ed3 100644 --- a/src/build-data/arch/x86_64.txt +++ b/src/build-data/arch/x86_64.txt @@ -42,6 +42,9 @@ ssse3 sse4.1 sse4.2 avx2 -aes-ni +aesni clmul +rdrand +sha +bmi2 </isa_extensions> |