Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.42 KB

references.md

File metadata and controls

36 lines (27 loc) · 2.42 KB

Reference documentation on the Arm64 architecture

Contents:

Arm documentation

Third party documentation

Bug reports

While working on this project, a few defects were found in the clang (LLVM) compiler for Arm64.

  • LLVM clang bug report, incorrect generated code with options -arch arm64e -mbranch-protection=pac-bti, don't use them together.
  • Apple LLVM clang bug report, request to reduce call sequences of C++ virtual functions from 9 to 7 instructions in arm64e mode.