Skip to content

Commit 549a9f1

Browse files
authored
Disable the default SSE kernels for CSCAL/ZSCAL for now
1 parent ca1ce84 commit 549a9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/x86_64/KERNEL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@ DSCALKERNEL = scal_sse2.S
323323
endif
324324

325325
ifndef CSCALKERNEL
326-
CSCALKERNEL = zscal_sse.S
326+
CSCALKERNEL = ../arm/zscal.c
327327
endif
328328

329329
ifndef ZSCALKERNEL
330-
ZSCALKERNEL = zscal_sse2.S
330+
ZSCALKERNEL = ../arm/zscal.c
331331
endif
332332

333333
ifndef ASCALKERNEL

0 commit comments

Comments
 (0)