diff --git a/README.md b/README.md index af30a0c8e..1c3255fe5 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,7 @@ Please read GotoBLAS_01Readme.txt - **ARM Cortex-A57**: Experimental #### IBM zEnterprise System: -- **Z13**: blas3 for double -``` - git checkout z13 - make USE_TRMM=1 -``` +- **Z13**: blas3 for double ### Support OS: diff --git a/kernel/Makefile.L3 b/kernel/Makefile.L3 index e55f153f5..86e692e5c 100644 --- a/kernel/Makefile.L3 +++ b/kernel/Makefile.L3 @@ -36,6 +36,10 @@ ifeq ($(CORE), POWER8) USE_TRMM = 1 endif +ifeq ($(CORE), Z13) +USE_TRMM = 1 +endif +