|
@@ -8,7 +8,7 @@ DAXPYKERNEL = daxpy_thunderx2t99.S |
|
|
ifndef SMP |
|
|
ifndef SMP |
|
|
DDOTKERNEL = ddot_thunderx2t99.S |
|
|
DDOTKERNEL = ddot_thunderx2t99.S |
|
|
else |
|
|
else |
|
|
DDOTKERNEL = ddot_thunderx2t99.c |
|
|
|
|
|
|
|
|
DDOTKERNEL = ddot_thunderx2t99_threaded.c |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4) |
|
|
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4) |
|
|