[DOCS]: Building & Using

This commit is contained in:
2025-12-26 00:14:15 +05:30
parent 45403c94ac
commit 2f8f7025db
6 changed files with 155 additions and 78 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)
target_compile_options(IACore INTERFACE -mavx2 -mfma -mpclmul -maes)
endif()
target_compile_definitions(IACore INTERFACE HWY_BASELINE_TARGETS=HWY_AVX2)
elseif(IACORE_ARCH_ARM64)