Replies: 3 comments 1 reply
-
The x86_64 asm is written for nasm, a preprocessor or reimplementing the syntax nasm is using would be needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Rust now supports inline assembly, that may be a better option. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Files like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to remove the dependency on NASM by using my toolchain's clang binary, but rav1e's build.rs seems to only support nasm 😕 Is there something blocking this from being implemented?
Edit: Attempting to use the cc crate to compile the .asm files strangely results in:

Beta Was this translation helpful? Give feedback.
All reactions