modified KERNEL for power, to use the generic DSDOT-KERNEL

This commit is contained in:
Werner Saar 2016-03-06 09:07:24 +01:00
parent 8d652f11e7
commit cd5241d0cf
1 changed files with 4 additions and 0 deletions

View File

@ -46,3 +46,7 @@ ifndef ZGEMM_BETA
ZGEMM_BETA = zgemm_beta.S
endif
ifndef DSDOTKERNEL
DSDOTKERNEL = ../generic/dot.c
endif