From b7124f7c6421c1ccac79e19305e9ceaf4211330a Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 6 Feb 2026 20:34:00 -0500 Subject: [PATCH] inlining get_single_implementation (#2600) --- src/implementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/implementation.cpp b/src/implementation.cpp index 2c044e69d..e13e09b91 100644 --- a/src/implementation.cpp +++ b/src/implementation.cpp @@ -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();