@@ -128,6 +128,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
128
128
- ** Intel Sandy Bridge** : Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
129
129
- ** Intel Haswell** : Optimized Level-3 and Level-2 BLAS with AVX2 and FMA on x86-64.
130
130
- ** 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.
131
132
- ** AMD Bobcat** : Used GotoBLAS2 Barcelona codes.
132
133
- ** AMD Bulldozer** : x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
133
134
- ** 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
153
154
154
155
- ** ARMv8** : Basic ARMV8 with small caches, optimized Level-3 and Level-2 BLAS
155
156
- ** Cortex-A53** : same as ARMV8 (different cpu specifications)
157
+ - ** Cortex-A55** : same as ARMV8 (different cpu specifications)
156
158
- ** Cortex A57** : Optimized Level-3 and Level-2 functions
157
159
- ** Cortex A72** : same as A57 ( different cpu specifications)
158
160
- ** 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
178
180
179
181
#### RISC-V
180
182
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.
182
184
``` sh
183
185
make HOSTCC=gcc TARGET=C910V CC=riscv64-unknown-linux-gnu-gcc FC=riscv64-unknown-linux-gnu-gfortran
184
186
```
187
+ (also known to work on C906)
185
188
186
189
### Support for multiple targets in a single library
187
190
0 commit comments