Add ability to compile on iOS

This commit is contained in:
The-SamminAter 2023-06-24 17:19:46 -07:00
commit 9f87b6dd9c
6 changed files with 40 additions and 4 deletions

View file

@ -22,6 +22,9 @@ endif
ifneq ($(findstring aarch64, $(cpu_arch)), )
IS_SIMD_ARCH=arm64
endif
ifneq ($(findstring iP, $(cpu_arch)), )
IS_SIMD_ARCH=arm64
endif
ifneq ($(IS_SIMD_ARCH), )
MULTIARCHSRCS = hardnested_bf_core.c hardnested_bitarray_core.c