[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread konovalov.alv at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 Aleksey Konovalov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread konovalov.alv at ya dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 --- Comment #2 from Aleksey Konovalov --- (In reply to Andrew Pinski from comment #1) > I think you forgot to the flush as required. The mmx programming model > requires the user to do it. You are right. Calling _m_empty() solves problem Thank

[Bug target/86866] MMX intrinsics / x87 registers aliasing

2018-08-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86866 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #1 from Andrew Pinski