Fix compilation on Apple arm64
Compare changes
+ 5
− 1
@@ -64,7 +64,11 @@ target_link_libraries(KfCore
SSE is not available for arm64, so fallback to use Scalar Vc mode when compiling on arm64.
Fixes compilation on Apple Silicon processors (arm64) after merging !2074 (merged).