weld-project/weld

Cannot build on aarch64 (Apple Silicon Chips)

Willian-Zhang opened this issue · 0 comments

#include <immintrin.h>

not available on non-x86 archs, will cause build err

FYI: example fix:
https://github.com/suijingfeng/vkQuake3/blob/master/code/SDL2/include/SDL_cpuinfo.h#L85