This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/38899] pessimizes function without SSE intrinsics
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2009 02:44:32 -0000
- Subject: [Bug target/38899] pessimizes function without SSE intrinsics
- References: <bug-38899-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-21 02:44 -------
>void mul(float in1[4], float in2[4], float out[4])
Those arrays are not known to be aligned ....
The other one I have to look into.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38899