sonic-cpp
sonic-cpp copied to clipboard
error "PCLMUL instruction set required. Missing option -mpclmul
/include/sonic/internal/arch/sse/base.h:73:2: error: #error "PCLMUL instruction set required. Missing option -mpclmul ?"
73 | #error "PCLMUL instruction set required. Missing option -mpclmul ?"
you can add the compile options -mpclmul
How to reproduce?