NEON Intrinsic Support in CE7
- by Kate Moss' Open Space
Just a side note for people who may be interested in creating high performance code to take advantage on NEON instruction set but wish to use NEON intrinsic instaed of coding assembly.
Compiler won't generate NEON opcode unless application use the NEON intrinsic explicitly.
Basically, you need ARMv7 build enviroment, so compiler…