Comment by Rebelgecko
8 years ago
Does GCC use that when auto-vectorizing? It's been a while, but in the past when I built binaries via gcc with autogenerated SSE/AVX I don't think they fell back to the C code for CPUs that lacked those SIMD instructions. They just crashed.
You have to tell gcc it should also build a generic version. Then, it should work.