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 6773c85 commit 46aa158Copy full SHA for 46aa158
3 files changed
kernel/arm64/KERNEL.ARMV8
@@ -196,3 +196,8 @@ ZGEMMONCOPY = ../generic/zgemm_ncopy_$(ZGEMM_UNROLL_N).c
196
ZGEMMOTCOPY = ../generic/zgemm_tcopy_$(ZGEMM_UNROLL_N).c
197
ZGEMMONCOPYOBJ = zgemm_oncopy$(TSUFFIX).$(SUFFIX)
198
ZGEMMOTCOPYOBJ = zgemm_otcopy$(TSUFFIX).$(SUFFIX)
199
+
200
+SOMATCOPY_CT = omatcopy_ct_neon.c
201
+DOMATCOPY_CT = omatcopy_ct_neon.c
202
+SOMATCOPY_RT = omatcopy_rt_neon.c
203
+DOMATCOPY_RT = omatcopy_rt_neon.c
0 commit comments