Apple's ARM64 Assembler User's Guide

Does this exist? Apple seems to have a unique syntax it recognizes (vs GCC arm64 assembler) and getting assembly code cross compiled it for iOS in Xcode has been very frustrating and unfruitful. Is there any guidance on how to do this? The reason for assembly is to support "volk, vector optimized library".

Replies

Apple systems use the Clang integrated assembler. AFAIK Apple doesn’t have its own documentation for that, so your best bet is to look in the LLVM documentation.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"