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
Following #1669 , whenever I try to use --with-arch=rv64gcv for the build (newlib) and use riscv_vector.h in my C/ c++ code and try to compile it (with unknown-elf) it shows implicit function error for vsetvl (for 64 and 32 bit both)... anyone who can guide me as to how to enable vector intrinsics properly and try out vector instructions through my C code? I want to learn more about it and contribute to RISC-V compiler development... Thanks a lot in advance....
The text was updated successfully, but these errors were encountered:
Following #1669 , whenever I try to use --with-arch=rv64gcv for the build (newlib) and use riscv_vector.h in my C/ c++ code and try to compile it (with unknown-elf) it shows implicit function error for vsetvl (for 64 and 32 bit both)... anyone who can guide me as to how to enable vector intrinsics properly and try out vector instructions through my C code? I want to learn more about it and contribute to RISC-V compiler development... Thanks a lot in advance....
The text was updated successfully, but these errors were encountered: