[Bug target/62664] MMX set intrinsics

2014-09-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62664 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/62664] MMX set intrinsics

2014-09-01 Thread g.peterhoff.home at talkplus dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62664 --- Comment #3 from g.peterhoff.home at talkplus dot de --- Sorry, I mean typedef union { __m64 m; __m128i s; int32_t e [4]; ZZ};

[Bug target/62664] MMX set intrinsics

2014-09-01 Thread g.peterhoff.home at talkplus dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62664 --- Comment #2 from g.peterhoff.home at talkplus dot de --- (In reply to Andrew Pinski from comment #1) > I think you forgot to clear the MMX state. MMX and FP share the same > register set and need to be cleared before going from MMX to FP. I k

[Bug target/62664] MMX set intrinsics

2014-09-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62664 Andrew Pinski changed: What|Removed |Added Component|other |target --- Comment #1 from Andrew Pinski