[Bug target/70157] Mismatched __float128 load/store

2016-03-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70157 --- Comment #4 from Uroš Bizjak --- (In reply to H.J. Lu from comment #3) > (In reply to Uroš Bizjak from comment #2) > > (In reply to H.J. Lu from comment #1) > > > It is due to TARGET_SSE_TYPELESS_STORES. > > > > This is by design, movaps/movu

[Bug target/70157] Mismatched __float128 load/store

2016-03-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70157 --- Comment #3 from H.J. Lu --- (In reply to Uroš Bizjak from comment #2) > (In reply to H.J. Lu from comment #1) > > It is due to TARGET_SSE_TYPELESS_STORES. > > This is by design, movaps/movups is one byte shorter than movdqa/movdqu.

[Bug target/70157] Mismatched __float128 load/store

2016-03-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70157 --- Comment #2 from Uroš Bizjak --- (In reply to H.J. Lu from comment #1) > It is due to TARGET_SSE_TYPELESS_STORES. This is by design, movaps/movups is one byte shorter than movdqa/movdqu.

[Bug target/70157] Mismatched __float128 load/store

2016-03-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70157 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|