apple clang arm64: ignore SHA2
Many sources claim that M1 processors support SHA2, but even with "-march=native", apple clang throws erros like error: always_inline function 'vsha1h_u32' requires target feature 'sha2', but would be inlined into function 'simde_vsha1h_u32' that is compiled without support for 'sha2'
Showing
Please register or sign in to comment