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().

Reply via email to