Jarno Harno
Results
1
issues of
Jarno Harno
error.cpp: #define SIMDPP_ARCH_X86_SSE2 #include "simdpp/simd.h" Compiling with $ clang++ -std=c++17 -c -I libsimdpp error.cpp produces the following error: ``` In file included from error.cpp:3: In file included from libsimdpp/simdpp/simd.h:19: In...