Browse Source
Merge pull request #5299 from martin-frbg/x86_64-ssezscal
Disable the default SSE kernels for x86_64 CSCAL/ZSCAL for now
tags/v0.3.30
Martin Kroeker
GitHub
5 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
kernel/x86_64/KERNEL
|
|
|
@@ -323,11 +323,11 @@ DSCALKERNEL = scal_sse2.S |
|
|
|
endif |
|
|
|
|
|
|
|
ifndef CSCALKERNEL |
|
|
|
CSCALKERNEL = zscal_sse.S |
|
|
|
CSCALKERNEL = ../arm/zscal.c |
|
|
|
endif |
|
|
|
|
|
|
|
ifndef ZSCALKERNEL |
|
|
|
ZSCALKERNEL = zscal_sse2.S |
|
|
|
ZSCALKERNEL = ../arm/zscal.c |
|
|
|
endif |
|
|
|
|
|
|
|
ifndef ASCALKERNEL |
|
|
|
|