Closed mafiosnik777 closed 1 year ago
arm64 lacks SSE2 instructions, therefore build fails on macOS with Apple Silicon chips, I added a check for SSE2 instructions for the compiler so the build passes
Thanks for this.
I think it's better to separate SSE2 instructions in separate file and include it only when compiling for X86 CPU.
arm64 lacks SSE2 instructions, therefore build fails on macOS with Apple Silicon chips, I added a check for SSE2 instructions for the compiler so the build passes