Skip to content

Commit 6759f2d

Browse files
author
Chip Kerchner
committed
Update README for build instructions on AIX and OpenXL.
1 parent 4a6025a commit 6759f2d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
185185
- **POWER9**: Optimized Level-3 BLAS (real) and some Level-1,2. PPC64LE with OpenMP only.
186186
- **POWER10**: Optimized Level-3 BLAS including SBGEMM and some Level-1,2.
187187

188+
- **AIX**: Dynamic architecture with OpenXL and OpenMP.
189+
```sh
190+
make CC=ibm-clang_r FC=xlf TARGET=POWER7 BINARY=64 USE_OPENMP=1 INTERFACE64=1 DYNAMIC_ARCH=1 USE_THREAD=1
191+
```
192+
188193
#### IBM zEnterprise System
189194

190195
- **Z13**: Optimized Level-3 BLAS and Level-1,2
@@ -242,7 +247,7 @@ Please note that it is not possible to combine support for different architectur
242247
- **NetBSD**: Supported by the community. We don't actively test the library on this OS.
243248
- **DragonFly BSD**: Supported by the community. We don't actively test the library on this OS.
244249
- **Android**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-build-OpenBLAS-for-Android>.
245-
- **AIX**: Supported on PPC up to POWER8
250+
- **AIX**: Supported on PPC up to POWER10
246251
- **Haiku**: Supported by the community. We don't actively test the library on this OS.
247252
- **SunOS**: Supported by the community. We don't actively test the library on this OS.
248253
- **Cortex-M**: Supported by the community. Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-on-Cortex-M>.

0 commit comments

Comments
 (0)