Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need this when optimizing some locks' implementation, but using inline assembly will stop some optimizations. For example, if we use inline assembly, the compiler doesn't know `lr.w` will sign-extend the result. ARM provides similar intrinsics like `__builtin_arm_ldaex`. Currently, we only add intrinsics for `Zawrs`.
- Loading branch information