This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: Split AVX 32byte unalignd load/store
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Uros Bizjak <ubizjak at gmail dot com>
- Date: Sun, 27 Mar 2011 06:44:42 -0700
- Subject: PATCH: Split AVX 32byte unalignd load/store
Hi,
Here is a patch to split AVX 32byte unalignd load/store:
http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00743.html
It speeds up some SPEC CPU 2006 benchmarks by up to 6%.
OK for trunk?
Thanks.
--
H.J.