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.