| @@ -78,11 +78,7 @@ Please read GotoBLAS_01Readme.txt | |||||
| - **ARM Cortex-A57**: Experimental | - **ARM Cortex-A57**: Experimental | ||||
| #### IBM zEnterprise System: | #### IBM zEnterprise System: | ||||
| - **Z13**: blas3 for double | |||||
| ``` | |||||
| git checkout z13 | |||||
| make USE_TRMM=1 | |||||
| ``` | |||||
| - **Z13**: blas3 for double | |||||
| ### Support OS: | ### Support OS: | ||||
| @@ -40,6 +40,10 @@ ifeq ($(CORE), POWER8) | |||||
| USE_TRMM = 1 | USE_TRMM = 1 | ||||
| endif | endif | ||||
| ifeq ($(CORE), Z13) | |||||
| USE_TRMM = 1 | |||||
| endif | |||||