You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well no, its Intel x86 assembly language, not RISC-V assembly language.
So you either need to write a version of mrmuldv.s in RISC-V assembly
language, or else use the C version mrmuldv.ccc
Mike
I have tried to assembly mrmuldv.ccc, it still have problem. Now, I want to ask if I write mumrldv.c in risc-v assembly language ,do I need to use inline assembly? Thanks!
When I use riscv-nulei-elf-gcc to assemble the mrmuldv,compiler does not recognize instructions and syntax in assembly code.
The text was updated successfully, but these errors were encountered: