bytedance / sonic-cpp

A fast JSON serializing & deserializing library, accelerated by SIMD.
Apache License 2.0
835 stars 101 forks source link

error "PCLMUL instruction set required. Missing option -mpclmul #70

Open gopower opened 1 year ago

gopower commented 1 year ago

/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 ?" image

image

liuq19 commented 1 year ago

you can add the compile options -mpclmul

gopower commented 1 year ago

image

xiegx94 commented 1 year ago

How to reproduce?