I am new to Neon Assembly programming, I have developed a Neon Intrinsic version of video edge detection algorithm, it resulted in gaining 2x performance. Now I would like to try Neon assembly - I would like to view the assembly code generated by compiler for Neon Intrinsic and try my own Neon assembly. My question is how to view the assembly code generated by compiler for Neon Intrinsic optimized code in Android NDK?
When I tried
objdump -d kalifilters-intrinsics.o
kalifilters-intrinsics.o: file format elf32-little
objdump: can't disassemble for architecture UNKNOWN!
I am aware of objdump failure since the object file is meant of arm architecture, Kindly let me know arm related objdump tool !