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

How to compile with gcc toolchain that uses ARM neon instructions

Hi,

I would like to ask which version of gcc and with what flags , may I compile some c code to assembly code that uses arm neon coprocessor for ARMV7-A processor. Of course I want to use the processor itself but also the coprocessor. Is this gcc optimal?

Thank you