aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/hyperscan
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-05-10 22:16:03 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-05-10 22:16:03 +0300
commit09c71d918d4d0b0ebf67e1ab41aa90ddf587a3f2 (patch)
treedd44d2cb68e2845c2d4c367b66893f3e043a6e8e /contrib/libs/hyperscan
parent5eb4a8a2d487411924e1d1b27c454223dcf35005 (diff)
downloadydb-09c71d918d4d0b0ebf67e1ab41aa90ddf587a3f2.tar.gz
Update contrib/restricted/aws/s2n to 1.3.12
ref:f8279d764b4c00974a63543a1364c91e2b81b7a6
Diffstat (limited to 'contrib/libs/hyperscan')
-rw-r--r--contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt2
-rw-r--r--contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt
index 6d4e1efcd9..6cd442db9c 100644
--- a/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt
+++ b/contrib/libs/hyperscan/runtime_avx2/CMakeLists.txt
@@ -19,6 +19,8 @@ target_compile_options(libs-hyperscan-runtime_avx2 PRIVATE
-DHAVE_AVX
-mavx2
-mfma
+ -mbmi
+ -mbmi2
-DHAVE_AVX2
-DCrc32c_ComputeBuf=avx2_Crc32c_ComputeBuf
-DblockInitSufPQ=avx2_blockInitSufPQ
diff --git a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt
index 7ddf41f582..66964988d8 100644
--- a/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt
+++ b/contrib/libs/hyperscan/runtime_avx512/CMakeLists.txt
@@ -19,6 +19,8 @@ target_compile_options(libs-hyperscan-runtime_avx512 PRIVATE
-DHAVE_AVX
-mavx2
-mfma
+ -mbmi
+ -mbmi2
-DHAVE_AVX2
-mavx512f
-mavx512cd