This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]