fix avx2 bug with atomics

This commit is contained in:
daanx 2024-12-13 19:59:08 -08:00
parent 216c04f8d9
commit b5dfd233e9
3 changed files with 29 additions and 40 deletions

View file

@ -117,8 +117,8 @@ if(CMAKE_BUILD_TYPE MATCHES "Release|RelWithDebInfo")
if (NOT MI_OPT_ARCH)
message(STATUS "Architecture specific optimizations are disabled (MI_OPT_ARCH=OFF)")
endif()
else()
set(MI_OPT_ARCH OFF)
#else()
# set(MI_OPT_ARCH OFF)
endif()
if(MI_OVERRIDE)