@@ -122,7 +122,7 @@ Use `PREFIX=` when invoking `make`, for example
122
122
``` sh
123
123
make install PREFIX=your_installation_directory
124
124
```
125
-
125
+ (along with all options you added on the ` make ` command line in the preceding build step)
126
126
The default installation directory is ` /opt/OpenBLAS ` .
127
127
128
128
## Supported CPUs and Operating Systems
@@ -142,7 +142,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
142
142
- ** AMD Bulldozer** : x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
143
143
- ** AMD PILEDRIVER** : Uses Bulldozer codes with some optimizations.
144
144
- ** AMD STEAMROLLER** : Uses Bulldozer codes with some optimizations.
145
- - ** AMD ZEN** : Uses Haswell codes with some optimizations.
145
+ - ** AMD ZEN** : Uses Haswell codes with some optimizations for Zen 2/3 (use SkylakeX for Zen4)
146
146
147
147
#### MIPS32
148
148
@@ -174,13 +174,16 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
174
174
- ** TSV110** : Optimized some Level-3 helper functions
175
175
- ** EMAG 8180** : preliminary support based on A57
176
176
- ** Neoverse N1** : (AWS Graviton2) preliminary support
177
- - ** Apple Vortex** : preliminary support based on ARMV8
177
+ - ** Neoverse V1** : (AWS Graviton3) optimized Level-3 BLAS
178
+ - ** Apple Vortex** : preliminary support based on ThunderX2/3
179
+ - ** A64FX** : preliminary support, optimized Level-3 BLAS
180
+ - ** ARMV8SVE** : any ARMV8 cpu with SVE extensions
178
181
179
182
#### PPC/PPC64
180
183
181
184
- ** POWER8** : Optimized BLAS, only for PPC64LE (Little Endian), only with ` USE_OPENMP=1 `
182
185
- ** POWER9** : Optimized Level-3 BLAS (real) and some Level-1,2. PPC64LE with OpenMP only.
183
- - ** POWER10** :
186
+ - ** POWER10** : Optimized Level-3 BLAS including SBGEMM and some Level-1,2.
184
187
185
188
#### IBM zEnterprise System
186
189
0 commit comments