weld-project / weld

High-performance runtime for data analytics applications

Home Page:https://www.weld.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build on aarch64 (Apple Silicon Chips)

Willian-Zhang opened this issue · 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