File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ static inline int trailing_zeros(int input) {
5959#include <arm_neon.h>
6060
6161#define FIND_SIMD_IMPLEMENTATION_DEFINED 1
62- static SIMD_Implementation find_simd_implementation (void ) {
62+ static inline SIMD_Implementation find_simd_implementation (void ) {
6363 return SIMD_NEON ;
6464}
6565
@@ -161,7 +161,7 @@ static inline TARGET_SSE2 FORCE_INLINE int string_scan_simd_sse2(const char **pt
161161#include <cpuid.h>
162162#endif /* HAVE_CPUID_H */
163163
164- static SIMD_Implementation find_simd_implementation (void ) {
164+ static inline SIMD_Implementation find_simd_implementation (void ) {
165165
166166#if defined(__GNUC__ ) || defined(__clang__ )
167167#ifdef __GNUC__
@@ -183,7 +183,7 @@ static SIMD_Implementation find_simd_implementation(void) {
183183#endif /* JSON_ENABLE_SIMD */
184184
185185#ifndef FIND_SIMD_IMPLEMENTATION_DEFINED
186- static SIMD_Implementation find_simd_implementation (void ) {
186+ static inline SIMD_Implementation find_simd_implementation (void ) {
187187 return SIMD_NONE ;
188188}
189189#endif
You can’t perform that action at this time.
0 commit comments