This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does GCC really support automatic vectorization for NEON technology?

There are two development articles metioned it that GCC can do it:

ntroducing NEON

NEON Support in Compilation Tools

But I tested code snap in these docs with GCC compling options but the generated assembly code

doesn't use any neon instruction.