[Bug c/8703] Compiler Segmentation Fault cross-compiling PPC Altivec accelerated code

pinskia@physics.uc.edu gcc-bugzilla@gcc.gnu.org
Mon Jun 2 15:54:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 15:54 -------
instead of vec_stx(vec_add(vec_ld(...),vec_ld(...)),..) do 
vector int temp = vec_ld(...);
vector int temp1 = vec_ld(...);
vector int temp2 = vec_add(temp, temp1);
vec_stx(temp,..);



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Gcc-bugs mailing list