Guy Harris
changed
bug 10973
What |
Removed |
Added |
Status |
INCOMPLETE
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 14
on bug 10973
from Guy Harris
Try updating to the current Git trunk, and do "make distclean", configure, and
make again. I changed the configure script to make sure emmintrin.h was
usable; it is usable in 32-bit mode for some platforms (it temporarily enables
SSE2 inside the header file if it's not enabled, and then disables it
afterwards, so it shouldn't generate SSE2 code by default in files that include
it), but not on others (it fails if SSE2 isn't enabled).
On x86-64, SSE2 is always enabled; on IA-32, it's not.
You are receiving this mail because:
- You are watching all bug changes.