Skip to content

Commit c6c9c24

Browse files
committed
Update doc for C910.
1 parent 1ea6cfe commit c6c9c24

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
172172
- **Z13**: Optimized Level-3 BLAS and Level-1,2
173173
- **Z14**: Optimized Level-3 BLAS and (single precision) Level-1,2
174174

175+
#### RISC-V
176+
177+
- **C910V**: Optimized Leve-3 BLAS (real) and Level-1,2 by RISC-V Vector extension 0.7.1.
178+
```sh
179+
make HOSTCC=gcc TARGET=C910V CC=riscv64-unknown-linux-gnu-gcc FC=riscv64-unknown-linux-gnu-gfortran
180+
```
181+
175182
### Support for multiple targets in a single library
176183

177184
OpenBLAS can be built for multiple targets with runtime detection of the target cpu by specifiying `DYNAMIC_ARCH=1` in Makefile.rule, on the gmake command line or as `-DDYNAMIC_ARCH=TRUE` in cmake.

TargetList.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ Z14
107107

108108
10.RISC-V 64:
109109
RISCV64_GENERIC
110+
C910V
111+

0 commit comments

Comments
 (0)