Change build command to target more specific architecture
This commit is contained in:
parent
748b5ae9e4
commit
a4399d486d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ Therefore, this project places emphasis on energy efficient configurations in co
|
|||
|
||||
## To build:
|
||||
```bash
|
||||
riscv64-unknown-elf-gcc -march=rv64gcv main.c -lm -o dct2d_riscv.out
|
||||
riscv64-unknown-elf-gcc -march=rv64imadcv -mabi=lp64d main.c -lm -o dct2d_riscv.out
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue