Skip to content

Commit 63272b6

Browse files
authored
Merge pull request #5299 from martin-frbg/x86_64-ssezscal
Disable the default SSE kernels for x86_64 CSCAL/ZSCAL for now
2 parents ca1ce84 + 549a9f1 commit 63272b6

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)