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
Use stable #[naked] instead of global_asm!() fallback
#[naked] is stable since Rust 1.79, and origin already requires 1.88.
This removes the global_asm!() fallback which had platform-specific
.type directive syntax issues (e.g., @function vs %function on ARM).
0 commit comments