Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3
This commit is contained in:
parent
9e4b6971e2
commit
864e202afd
|
@ -79,10 +79,6 @@ Please read GotoBLAS_01Readme.txt
|
|||
|
||||
#### IBM zEnterprise System:
|
||||
- **Z13**: blas3 for double
|
||||
```
|
||||
git checkout z13
|
||||
make USE_TRMM=1
|
||||
```
|
||||
|
||||
|
||||
### Support OS:
|
||||
|
|
|
@ -40,6 +40,10 @@ ifeq ($(CORE), POWER8)
|
|||
USE_TRMM = 1
|
||||
endif
|
||||
|
||||
ifeq ($(CORE), Z13)
|
||||
USE_TRMM = 1
|
||||
endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue