Fixed #395. Enable optimized cgemm for Sandybridge. Added optimized sdot kernel.
[platform/upstream/openblas.git] / kernel / x86_64 / KERNEL
index d348628..fa6282c 100644 (file)
@@ -119,9 +119,15 @@ XCOPYKERNEL = zcopy.S
 endif
 
 ifndef SDOTKERNEL
-SDOTKERNEL = ../arm/dot.c
+SDOTKERNEL = dot_sse.S
 endif
 
+
+ifndef DSDOTKERNEL
+DSDOTKERNEL = ../arm/dot.c 
+endif
+
+
 ifndef DDOTKERNEL
 DDOTKERNEL =  dot_sse2.S
 endif