sifive / freedom-tools

Tools for SiFive's Freedom Platform
217 stars 52 forks source link

Vector Extension #89

Closed omerguzelelectronicguy closed 1 year ago

omerguzelelectronicguy commented 2 years ago

Hello, I want to use the vector extension but I couldn't. I used this command where the bin files exist. riscv64-unknown-elf-gcc -S -march=rv64idv /home/llvm/vec.c However, I couldn't see any vectorial operation in the output. Since I saw the "GCC 10.2 with RVV-1.0 draft, RVB 0.93, ZFH 0.1" on the release page, I thought there is support for vector operation.