[issue2093] g++ failing on _mm_set1_epi32() (cc don't)

Alex Hornung (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Fri Jul 29 14:45:30 PDT 2011


Alex Hornung <ahornung at gmail.com> added the comment:

Hi,

I've been bitten by the same problem, but your test case is bogus. You probably
don't have a CPU that supports SSE4.X, and should not be using the smmintrin.h
header but rather emmintrin.h or xmmintrin.h.

The real issue I'm not really sure what it is, but it's not an illegal
instruction, that's clear.

I'm raising the priority to critical because it breaks every desktop app,
basically. Xorg, gtk2, qt, pixman are affected by this issue.

Cheers,
Alex

----------
priority:  -> critical
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2093>
_____________________________________________________






More information about the Bugs mailing list