There are assembly language libraries for ARM for signal processing and other useful materials called "OpenMAX DL for the ARM11 processor family."
When you download the library from the ARM site, it contains the .s assembly files. How can they be compiled using Xcode and called from Objective-C for iPhone? There are examples of built-in builds, but I canβt find information on using .s build files.
source share