Compilation Fails on AARCH64 / ARM64 Due to x86 Specific Compiler Flags
MattWenham opened this issue · 2 comments
MattWenham commented
Version 0.4.8 fails to compile for AARCH64 / ARM64 due to the two x86 specific compiler flags in CMakeLists.txt
: -mavx
and -mfma
.
CMakeLists.txt
ideally needs to take into account architecture as well as platform.