Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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