[Bug target/18230] SPARC VIS instructions are not generated by GCC

phython at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Oct 30 16:10:00 GMT 2004


------- Additional Comments From phython at gcc dot gnu dot org  2004-10-30 16:10 -------
Created an attachment (id=7435)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7435&action=view)
patch to generate fpadd16 and fpsub16

fpadd16 can now be generated for
typedef short jim_vec __attribute__((vector_size(8)));

jim_vec useless_function(jim_vec a, jim_vec b) {
	return a + b;
}


-- 


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



More information about the Gcc-bugs mailing list