[BUILDSYS]: Update CMake Triplet and Toolchain Naming

This commit is contained in:
2025-12-26 01:38:21 +05:30
parent 2f8f7025db
commit 8a417e1ec2
14 changed files with 34 additions and 31 deletions

View File

@ -78,7 +78,7 @@ if(IACORE_ARCH_X64)
if(MSVC)
target_compile_options(IACore INTERFACE /arch:AVX2)
else()
target_compile_options(IACore INTERFACE -mavx2 -mfma -mpclmul -maes)
target_compile_options(IACore INTERFACE -mavx2 -mfma -mpclmul -maes -mbmi)
endif()
target_compile_definitions(IACore INTERFACE HWY_BASELINE_TARGETS=HWY_AVX2)
elseif(IACORE_ARCH_ARM64)