weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 260 forks source link

Cannot build on aarch64 (Apple Silicon Chips) #520

Open Willian-Zhang opened 3 years ago

Willian-Zhang commented 3 years ago

https://github.com/weld-project/weld/blob/dcbba9a45ae2a190b31badec530ea54a58437606/python/grizzly/grizzly/common.h#L4 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