Comment # 14
on bug 10792
from Guy Harris
Step 1: when checking whether nmmintrin.h works, add -msse4.2 at the
*beginning* of CFLAGS, so that user (or Gentoo build process) settings with
-mno-sse4.2 override it.
I also need to fix up CMake's tests (it's not checking for nmmintrin.h or
checking whether it works), and then add checks to see whether the #pragma
works and use it if it does.
The first step should fix the bug, at the expense of not supporting SSE 4.2 if
disabled at compile time even if the hardware supports it.
You are receiving this mail because:
- You are watching all bug changes.