public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40030] vector float * vector float + vector float should produce only vmaddfp
       [not found] <bug-40030-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-19  4:38 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-19  4:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40030

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-19 04:09:14 UTC ---
The original testcase is fixed so just closing as fixed.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug target/40030] vector float * vector float + vector float should produce only vmaddfp
  2009-05-05 18:03 [Bug target/40030] New: " pinskia at gcc dot gnu dot org
@ 2009-05-05 18:03 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-05-05 18:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-05-05 18:03 -------
Another testcase but using intrinsics:
#include <altivec.h>

vector float f(vector float a, vector float b, vector float c)
{
  vector float d = (vector float)(-0.0f);
  return vec_add (c, vec_madd (a, b, d));
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40030


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-19  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40030-4@http.gcc.gnu.org/bugzilla/>
2012-01-19  4:38 ` [Bug target/40030] vector float * vector float + vector float should produce only vmaddfp pinskia at gcc dot gnu.org
2009-05-05 18:03 [Bug target/40030] New: " pinskia at gcc dot gnu dot org
2009-05-05 18:03 ` [Bug target/40030] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).