We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is there any plan to support RISC-V extension "V"?
Intrinsics are available --> https://github.com/riscv/rvv-intrinsic-doc A cross compiler and an emulator is available in the official github of RISC-V --> https://github.com/riscv
Compiling and installing all of this can be a little annoying therefore I wrote a small installation script --> https://github.com/agenium-scale/nstools/blob/master/installation-scripts/install-riscv.sh
The text was updated successfully, but these errors were encountered:
Hello,
When the necessary tools are ready, porting can be started. But I would wait until the intrinsics can be used with the official clang or gcc.
Sorry, something went wrong.
Closing this issue since #477 was just merged.
No branches or pull requests
Hi, is there any plan to support RISC-V extension "V"?
Intrinsics are available --> https://github.com/riscv/rvv-intrinsic-doc
A cross compiler and an emulator is available in the official github of RISC-V --> https://github.com/riscv
Compiling and installing all of this can be a little annoying therefore I wrote a small installation script --> https://github.com/agenium-scale/nstools/blob/master/installation-scripts/install-riscv.sh
The text was updated successfully, but these errors were encountered: