Index: simd-checksum-x86_64.cpp --- simd-checksum-x86_64.cpp.orig 2020-06-18 22:20:44.000000000 +0200 +++ simd-checksum-x86_64.cpp 2020-06-20 10:09:46.916109000 +0200 @@ -61,7 +61,7 @@ #include /* Some clang versions don't like it when you use static with multi-versioned functions: linker errors */ -#ifdef __clang__ +#if 1 #define MVSTATIC #else #define MVSTATIC static