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
Make the entry_point macro only available on x86_64
Inline assembly causes build errors on other architectures.
We can still run the config tests on other architectures, so we don't want to set the `target_arch` for the entire crate.
0 commit comments