Hi there; After updating the json dependency on CI we're getting the following error:
symbol lookup error: json-2.13.0/lib/json/ext/parser.so: undefined symbol: __builtin_cpu_supports
I think this was added here:
|
if (__builtin_cpu_supports("sse2")) { |
|
return SIMD_SSE2; |
|
} |