added optimized sdot- and dsdot-kernel, written in C
This commit is contained in:
@@ -119,15 +119,13 @@ XCOPYKERNEL = zcopy.S
|
||||
endif
|
||||
|
||||
ifndef SDOTKERNEL
|
||||
SDOTKERNEL = ../arm/dot.c
|
||||
SDOTKERNEL = ../generic/dot.c
|
||||
endif
|
||||
|
||||
|
||||
ifndef DSDOTKERNEL
|
||||
DSDOTKERNEL = ../arm/dot.c
|
||||
DSDOTKERNEL = ../generic/dot.c
|
||||
endif
|
||||
|
||||
|
||||
ifndef DDOTKERNEL
|
||||
DDOTKERNEL = dot_sse2.S
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user