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
Version 0.8.2 introduced support for RISC-V vector extensions, and I'm excited to try them out!
I'm pretty sure it's a stupid question, but what header file should I include to compile programs for RISC-V?
Looking at the commit history, I've tried including arm/neon.h but it seems like that's not the right way...
I've successfully built tests for RISC-V with the GCC toolchain though, by referring to the actions CI tab.
The text was updated successfully, but these errors were encountered:
727yubin
changed the title
Building tests and compiling for RISC-V?
Compiling for RISC-V?
May 13, 2024
Version 0.8.2 introduced support for RISC-V vector extensions, and I'm excited to try them out!
I'm pretty sure it's a stupid question, but what header file should I include to compile programs for RISC-V?
Looking at the commit history, I've tried including
arm/neon.h
but it seems like that's not the right way...I've successfully built tests for RISC-V with the GCC toolchain though, by referring to the actions CI tab.
The text was updated successfully, but these errors were encountered: