Browse Source
Merge pull request #5406 from martin-frbg/fixbgemmtest
Fix building of bgemm tests on GEMM3M-capable (x86) targets
pull/5407/head
Martin Kroeker
GitHub
3 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
test/Makefile
|
|
|
@@ -242,7 +242,7 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(SUPPORT_GEMM3M),1) |
|
|
|
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m |
|
|
|
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m |
|
|
|
else |
|
|
|
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3) |
|
|
|
endif |
|
|
|
|