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
I can't see how to make rustc emit code that uses PACBTI, even with the feature turned on, and writing a function that does sketchy things was pointers to stack buffers.
Arm Cortex-M85 has optional PACBTI - pointer authentication and branch target identification.
The feature is
pacbti
and I suspecttarget-cpu=cortex-m85
turns it on.The text was updated successfully, but these errors were encountered: