@ -32,6 +32,7 @@
.align 2
// NOTE: Offset and pitch must be multiple of 16-bytes in VLC.
function merge8_arm64_neon
bti c
ands x5, SIZE, #~63
b.eq 2f
mov x10, #64
@ -68,6 +69,7 @@ function merge8_arm64_neon
function merge16_arm64_neon
1:
@ -26,6 +26,7 @@
.text
function merge8_arm_sve
mov x4, #0
b 2f
1: ld1b {z0.h}, p0/z, [x1, x4]
@ -39,6 +40,7 @@ function merge8_arm_sve
ret
function merge16_arm_sve
1: ld1h {z0.s}, p0/z, [x1, x4, lsl #1]