From 78994d89cdcecaad1ee37eac0a4f2c6dcd0c24a9 Mon Sep 17 00:00:00 2001 From: rafal-gorecki <126687345+rafal-gorecki@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:50:57 +0100 Subject: [PATCH] Update CMakeLists.txt --- husarion_utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/husarion_utils/CMakeLists.txt b/husarion_utils/CMakeLists.txt index 06423ef..80959c4 100644 --- a/husarion_utils/CMakeLists.txt +++ b/husarion_utils/CMakeLists.txt @@ -49,7 +49,7 @@ check_cxx_compiler_flag("-mavx2" COMPILER_SUPPORTS_AVX2) check_cxx_compiler_flag("-mfma" COMPILER_SUPPORTS_FMA) if(COMPILER_SUPPORTS_AVX512) - add_compile_options(-mno-avx512f) +# add_compile_options(-mno-avx512f) endif() if(COMPILER_SUPPORTS_SSE4)