xinghuayu007 opened a new issue, #8693: URL: https://github.com/apache/incubator-gluten/issues/8693
### Problem description When compiling simdjson for Velox using dynamic compile method, it failed. The detail is as follow: <img width="1917" alt="Image" src="https://github.com/user-attachments/assets/d7dfcf23-37cf-40ae-9bef-faba4422ead2" /> 'vpcompressb' is an instruction of AVX-512 instruction set, see: https://en.wikipedia.org/wiki/AVX-512 But my machine does not have AVX-512, see: <img width="1912" alt="Image" src="https://github.com/user-attachments/assets/f0f90166-7ebc-4781-bdef-d8e25c099ebc" /> ### System information <img width="1912" alt="Image" src="https://github.com/user-attachments/assets/159a2a2e-a556-4e87-92da-7190f00f477b" /> ### CMake log ```bash ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
