[Bug target/22077] [4.0/4.1 Regression] vec_all_eq does not produce good result
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jun 15 23:07:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 23:07 -------
The preprocessing source for the mainline is:
int foo(__attribute__((altivec(vector__))) float x, __attribute__((altivec(vector__))) float y)
{
if (__builtin_vec_vcmpeq_p (2, (x), (y))) return 3245;
else return 12;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22077
More information about the Gcc-bugs
mailing list