Skip to content

Commit f986fd3

Browse files
authored
Merge pull request #5843 from artem-dmitriev/omatcopy
AArch64: NEON omatcopy CT/RT kernels (s/d)
2 parents 6773c85 + 46aa158 commit f986fd3

3 files changed

Lines changed: 887 additions & 0 deletions

File tree

kernel/arm64/KERNEL.ARMV8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,8 @@ ZGEMMONCOPY = ../generic/zgemm_ncopy_$(ZGEMM_UNROLL_N).c
196196
ZGEMMOTCOPY = ../generic/zgemm_tcopy_$(ZGEMM_UNROLL_N).c
197197
ZGEMMONCOPYOBJ = zgemm_oncopy$(TSUFFIX).$(SUFFIX)
198198
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

Comments
 (0)