From dc6b29853232a76cf097a694c2fcde769582f4cb Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Fri, 21 Feb 2025 19:37:22 +0300 Subject: [PATCH] proper-er vector op flags --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cc8149..ce1be0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,7 +154,8 @@ function(give_options_without_warnings target) set(BUILD_FLAGS_RELEASE -O3 -flto=$,thin,auto> - -mavx -mavx2 + $<$:-sse2 -mavx -mavx2> + $<$:-msimd128 -mrelaxed-simd> -funroll-loops -fomit-frame-pointer $<$:-s>)