Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update inline assembly to support new syntax #2

Merged

Conversation

jlb6740
Copy link
Contributor

@jlb6740 jlb6740 commented Jul 26, 2020

@jedisct1 It seems for recent versions of rust the inline assembly syntax currently originally used here is no longer valid (rust-lang/rust#69171). There is a workaround used here that calls for using llvm_asm! instead, but that solution is just renaming the now deprecated syntax and is considered unstable. Also ... oddly a strange compilation error occurred complaining of the llvm_asm syntax when compiling this on Aarch64 for as a sightglass dependency. Perhaps that was my error, but this patch updates to the new syntax and as implied, adds support for ARM.

@jlb6740 jlb6740 force-pushed the update-inline-assembly-to-support-new-syntax branch from 9185f57 to 7030f5a Compare July 26, 2020 03:44
@jedisct1 jedisct1 merged commit c9f2bce into jedisct1:master Jul 26, 2020
@jedisct1
Copy link
Owner

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants