Browse Source

Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3

tags/v0.2.20^2
Zhang Xianyi 8 years ago
parent
commit
864e202afd
2 changed files with 5 additions and 5 deletions
  1. +1
    -5
      README.md
  2. +4
    -0
      kernel/Makefile.L3

+ 1
- 5
README.md View File

@@ -78,11 +78,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:


+ 4
- 0
kernel/Makefile.L3 View File

@@ -40,6 +40,10 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif

ifeq ($(CORE), Z13)
USE_TRMM = 1
endif






Loading…
Cancel
Save