[Bug middle-end/35053] SSE2 testcase crashes

2008-02-02 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-02 12:33 --- _mm_store_ps stores four(!) float values at the destination which needs to be 16-byte aligned. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/35053] SSE2 testcase crashes

2008-02-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-02-02 12:34 --- I suppose you want _mm_store_ss, btw. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35053