File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > .
You can’t perform that action at this time.
0 commit comments