-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to https://doc.rust-lang.org/stable/reference/inline-assembly.html#directives-support the assembly directive `.macro` is not part of the supported subset. The reference further explains: "The result of using other directives is assembler-specific (and may cause an error, or may be accepted as-is)" So while it obviously works right now, it might cause issues in future versions of rust. Not sure if this would be avoided as a breaking change. To be on the safe side, replace asm macros by rust macros.
- Loading branch information
Showing
1 changed file
with
89 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters