inlining get_single_implementation (#2600)

This commit is contained in:
Daniel Lemire
2026-02-06 20:34:00 -05:00
committed by GitHub
parent e6c6db6493
commit b7124f7c64
+1 -1
View File
@@ -145,7 +145,7 @@ namespace internal {
+ SIMDJSON_IMPLEMENTATION_RVV_VLS + SIMDJSON_IMPLEMENTATION_FALLBACK == 1)
#if SIMDJSON_SINGLE_IMPLEMENTATION
static const implementation* get_single_implementation() {
simdjson_really_inline static const implementation* get_single_implementation() {
return
#if SIMDJSON_IMPLEMENTATION_ICELAKE
get_icelake_singleton();