DragonFly bugs List (threaded) for 2011-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue2093] g++ failing on _mm_set1_epi32() (cc don't)
Alex Hornung <ahornung@gmail.com> added the comment:
>From what I can see this is due to an unaligned access with movdqa, which can
only be used with quad-word aligned addresses:
faulting instruction:
movdqa -0x2c0(%rbp),%xmm0
registers:
rbp 0x7ffffffff3f8 0x7ffffffff3f8
Not sure why gcc is generating an unaligned access with MOVDQA.
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2093>
_____________________________________________________
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]