Hi,
For a project I'm working on I need to use some fast FIR, and OpenMAX implements it. But I am using the gcc toolchain (CodeSourcery).
Has anyone managed to compile OpenMAX with gcc? Is there any gcc-compatible version?
With gcc compatible I mean NEON assembler optimized, as I need it to be fast.
If I use armcc evaluation to compile it, can it be used later from gcc?
Thanks