Skip to content

Commit 5c537a5

Browse files
authored
Update README.md
1 parent 5edd88c commit 5c537a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
128128
- **Intel Sandy Bridge**: Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
129129
- **Intel Haswell**: Optimized Level-3 and Level-2 BLAS with AVX2 and FMA on x86-64.
130130
- **Intel Skylake-X**: Optimized Level-3 and Level-2 BLAS with AVX512 and FMA on x86-64.
131+
- **Intel Cooper Lake**: as Skylake-X with improved BFLOAT16 support.
131132
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
132133
- **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
133134
- **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
@@ -153,6 +154,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
153154

154155
- **ARMv8**: Basic ARMV8 with small caches, optimized Level-3 and Level-2 BLAS
155156
- **Cortex-A53**: same as ARMV8 (different cpu specifications)
157+
- **Cortex-A55**: same as ARMV8 (different cpu specifications)
156158
- **Cortex A57**: Optimized Level-3 and Level-2 functions
157159
- **Cortex A72**: same as A57 ( different cpu specifications)
158160
- **Cortex A73**: same as A57 (different cpu specifications)
@@ -178,10 +180,11 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
178180

179181
#### RISC-V
180182

181-
- **C910V**: Optimized Leve-3 BLAS (real) and Level-1,2 by RISC-V Vector extension 0.7.1.
183+
- **C910V**: Optimized Level-3 BLAS (real) and Level-1,2 by RISC-V Vector extension 0.7.1.
182184
```sh
183185
make HOSTCC=gcc TARGET=C910V CC=riscv64-unknown-linux-gnu-gcc FC=riscv64-unknown-linux-gnu-gfortran
184186
```
187+
(also known to work on C906)
185188

186189
### Support for multiple targets in a single library
187190

0 commit comments

Comments
 (0)