You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments