-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
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
risc-v vector extensions #234
Comments
No plans that I know of, but since FFTW already supports several SIMD instruction sets it shouldn't be hard to add another one if someone has access to hardware and a compiler… |
See https://github.com/rdolbeau/fftw3/tree/riscv-v for a prototype. |
What version of the risc-v V spec does that use? From the timing, I'm guessing the 0.71 spec, which although having been encoded in the D1 chip, using the Xuantie C906 processor, has been revised fairly substantially into the 1.0 ratified spec available at https://github.com/riscv/riscv-v-spec |
@stevengj Upstream QEMU and LLVM support RISC-V V-extension (ratified Nov. 2021). The C intrinsics API |
@nick-knight The pull request #279 has been raised. The codes are based on recent rvv intrinsic api and have been tested on qemu 7.0 |
Hello,
The spec of vector extension of risc-v will be frozen soon. Do we have any plan to support risc-v vector extension?
The text was updated successfully, but these errors were encountered: