https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33671
Andrew Pinski changed:
What|Removed |Added
CC||janis at gcc dot gnu.org
--- Comment #5
--- Comment #4 from j dot m dot taylor at dur dot ac dot uk 2007-10-05
22:06 ---
> Yep, including -mabi=altivec fixes the issue so this is not a real issue.
Thankyou for your prompt reply. I was not aware that I needed to do this. I am
glad to hear it's a compiler option issue rather th
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-10-05 21:46 ---
[EMAIL PROTECTED] ~]$ gcc -O3 t1212.c -maltivec
[EMAIL PROTECTED] ~]$ ./a.out
1.00 1.00 1.00 1.00
0.00 0.00 0.00 0.00
[EMAIL PROTECTED] ~]$ gcc -O3 t1212.c -maltivec -mabi=altivec
[EMA
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-10-05 21:45 ---
Yep, including -mabi=altivec fixes the issue so this is not a real issue.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-10-05 21:44 ---
You forgot to include -mabi=altivec.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added