MacOS Apple silicon support (Universal build)
neelmewada opened this issue · 3 comments
neelmewada commented
The project doesn't build when targeting universal architecture on MacOS in Xcode. However, it builds just fine if we force x64 architecture. Is apple silicon support planned?
denislevesqueAMD commented
@neelmewada Thanks for the report! There are currently no plans to support Apple silicon in the near future.
man-in-black382 commented
I recommend just compiling for Arm/x86 separately and then lipo'íng them together.
neelmewada commented
Hey @man-in-black382! Thanks, I was able to build for mac universal by manually removing the SIMD functions manually and using the default cpu function.