How do I make best use of the NEON operations for the M1 processor in my C code project in Xcode?
Do I need to add the Arm Performance Libraries, or is this handled automatically - or is there a third alternative?
Where can I find an overview of the available intrinsics?
Thanks