We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bd41e commit 1cb7b90Copy full SHA for 1cb7b90
kernel/arm64/KERNEL.ARMV8
@@ -51,10 +51,12 @@ CDOTKERNEL = zdot.S
51
ZDOTKERNEL = zdot.S
52
DSDOTKERNEL = dot.S
53
54
+ifneq ($(OS_DARWIN)$(CROSS),11)
55
SNRM2KERNEL = nrm2.S
56
DNRM2KERNEL = nrm2.S
57
CNRM2KERNEL = znrm2.S
58
ZNRM2KERNEL = znrm2.S
59
+endif
60
61
SROTKERNEL = rot.S
62
DROTKERNEL = rot.S
@@ -86,7 +88,11 @@ DTRMMKERNEL = ../generic/trmmkernel_2x2.c
86
88
CTRMMKERNEL = ../generic/ztrmmkernel_2x2.c
87
89
ZTRMMKERNEL = ../generic/ztrmmkernel_2x2.c
90
91
92
SGEMMKERNEL = sgemm_kernel_4x4.S
93
+else
94
+SGEMMKERNEL = ../generic/gemmkernel_2x2.c
95
96
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
97
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
98
SGEMMONCOPYOBJ = sgemm_oncopy.o
0 commit comments