------- Comment #1 from jsm28 at gcc dot gnu dot org 2010-02-08 20:31 ------- Created an attachment (id=19822) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19822&action=view) Extra vectorization tests
Try adding -mfloat-abi=softfp to make the compiler actually consider using NEON (needed at least for arm-eabi, I don't know about arm-elf). Daniel had some extra tests for the GCC testsuite to make sure that these cases are vectorized correctly (attached - note that they predate the addition of a vect-shift-2.c test to FSF GCC so the new tests would need renaming). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43001