Errors when installing on Mac OS BigSur 11.6.1 with Apple clang version 13.0.0
tn3wman opened this issue · 0 comments
tn3wman commented
I cant seem to get this installed on Mac OS BigSur 11.6.1 with Apple clang version 13.0.0
Getting about 20 similar errors with one example being:
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/mmintrin.h:525:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size return (__m64)__builtin_ia32_psubw((__v4hi)__m1, (__v4hi)__m2);