------- 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
