Browse Source

fix name

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
5aaeca2896
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ctest/Makefile

+ 2
- 2
ctest/Makefile View File

@@ -162,13 +162,13 @@ all3targets += xdcblat3
endif endif
ifeq ($(BUILD_COMPLEX),1) ifeq ($(BUILD_COMPLEX),1)
all3targets += xccblat3 all3targets += xccblat3
ifeq ($(USE_GEMM3M),1)
ifeq ($(SUPPORT_GEMM3M),1)
all3targets += xccblat3_3m all3targets += xccblat3_3m
endif endif
endif endif
ifeq ($(BUILD_COMPLEX16),1) ifeq ($(BUILD_COMPLEX16),1)
all3targets += xzcblat3 all3targets += xzcblat3
ifeq ($(USE_GEMM3M),1)
ifeq ($(SUPPORT_GEMM3M),1)
all3targets += xzcblat3_3m all3targets += xzcblat3_3m
endif endif
endif endif


Loading…
Cancel
Save