Remove x18 usages on Arm64 assembly code
Open
question
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 346
- PR merge metrics
- No merged PRs in 30d
Description
According to https://developer.apple.com/documentation/xcode/writing_arm64_code_for_apple_platforms .
x18 register should not be used as normal register .
We should change the code and keep x18 as reserved register
Contributor guide
Assessment
This issue has not been assessed yet.