You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
393 B

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 <immintrin.h>
/* 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