[Bug regression/67609] [Regression] Generates wrong code for SSE2 _mm_load_pd

bisqwit at iki dot fi gcc-bugzilla@gcc.gnu.org
Thu Sep 17 12:01:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67609

--- Comment #1 from Joel Yliluoma <bisqwit at iki dot fi> ---
For the record, changing _mm_load_pd(v) into _mm_set_pd(v[1],v[0]) will coax
GCC into generating correct code. The bug is related to _mm_load_pd().



More information about the Gcc-bugs mailing list