Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information