mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
a1ff05a5e8
#2617 introduced an RVV check that only checks if the compiler supports RVV intrinsics without checking if RVV is enabled at compile time. This has caused compilation failure of node.js on riscv64. Fix it by appending a check for __riscv_vector.