Skip to content

Commit 864e202

Browse files
committed
Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3
1 parent 9e4b697 commit 864e202

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ Please read GotoBLAS_01Readme.txt
7878
- **ARM Cortex-A57**: Experimental
7979

8080
#### IBM zEnterprise System:
81-
- **Z13**: blas3 for double
82-
```
83-
git checkout z13
84-
make USE_TRMM=1
85-
```
81+
- **Z13**: blas3 for double
8682

8783

8884
### Support OS:

kernel/Makefile.L3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ ifeq ($(CORE), POWER8)
4040
USE_TRMM = 1
4141
endif
4242

43+
ifeq ($(CORE), Z13)
44+
USE_TRMM = 1
45+
endif
46+
4347

4448

4549

0 commit comments

Comments
 (0)