modified KERNEL for power, to use the generic DSDOT-KERNEL
This commit is contained in:
parent
8d652f11e7
commit
cd5241d0cf
|
@ -46,3 +46,7 @@ ifndef ZGEMM_BETA
|
||||||
ZGEMM_BETA = zgemm_beta.S
|
ZGEMM_BETA = zgemm_beta.S
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef DSDOTKERNEL
|
||||||
|
DSDOTKERNEL = ../generic/dot.c
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue