Skip to content

Commit de54968

Browse files
authored
Merge pull request #5890 from martin-frbg/fixup5843
Apply the NEON S/DOMATCOPY kernels from PR 5843 to all arm64 targets
2 parents 6468bcb + a5d477f commit de54968

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

kernel/arm64/KERNEL

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,19 @@ endif
5656
ifndef QROTMKERNEL
5757
QROTMKERNEL = ../generic/rotm.c
5858
endif
59+
60+
ifndef SOMATCOPY_CT
61+
SOMATCOPY_CT = omatcopy_ct_neon.c
62+
endif
63+
64+
ifndef SOMATCOPY_RT
65+
SOMATCOPY_RT = omatcopy_rt_neon.c
66+
endif
67+
68+
ifndef DOMATCOPY_CT
69+
DOMATCOPY_CT = omatcopy_ct_neon.c
70+
endif
71+
72+
ifndef DOMATCOPY_RT
73+
DOMATCOPY_RT = omatcopy_rt_neon.c
74+
endif

0 commit comments

Comments
 (0)