Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark arm_shared intrinsics as stable on all target except ARM
Currently these are only marked as stable on aarch64, which makes them appear as unstable in the standard library docs generated on x86_64. This is still somewhat misleading in the case of ARM since it makes the docs show some functions as stable when they aren't, but this is still better than the status quo.
- Loading branch information