aboutsummaryrefslogtreecommitdiff
path: root/third_party/openssl-nistz256-adx/compiler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/openssl-nistz256-adx/compiler.sh')
-rwxr-xr-xthird_party/openssl-nistz256-adx/compiler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/openssl-nistz256-adx/compiler.sh b/third_party/openssl-nistz256-adx/compiler.sh
index e64df574a..e199b5100 100755
--- a/third_party/openssl-nistz256-adx/compiler.sh
+++ b/third_party/openssl-nistz256-adx/compiler.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -eu
-gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes $@
+gcc -march=native -mbmi2 -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes $@