Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to use standardized asm macro #5

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

robertchristensen
Copy link
Contributor

The asm! macro was stabalized in version 1.59. The llvm_asm macro was deprecated and is no longer available in newer releases of Rust.

This adds a new option to use the standardized asm! macro. Since the code is stabilized, if newer versions of Rust are used (>=1.59) nightly version of Rust is no longer needed to use this crate.

This PR is to resolve the issue from #4

Signed-off-by: Robert Christensen <robert.christensen@gmail.com>
@valarauca valarauca merged commit a2fd6c3 into valarauca:master Apr 10, 2023
@valarauca
Copy link
Owner

Thanks for this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants