added optimized sdot- and dsdot-kernel, written in C

This commit is contained in:
wernsaar
2014-06-30 14:46:38 +02:00
parent aee61456a4
commit b079df9ef4
2 changed files with 106 additions and 4 deletions

View File

@@ -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