support loongson LASX runtime dispatching on LLVM
Author: lemireCreated Mar 12, 2026Updated Apr 30, 2026
Typically, under loongson systems, the library will be compiled with LSX builtin, but not LASX even if it is supported at the CPU level. Under GCC 15+, we support runtime dispatching: LSX and LASX are both built, and we determine the best kernel at runtime. This is not currently enabled when compiled with LLVM.
Source: simdjson/simdjson