fix bitnarrow on aarch64
This commit is contained in:
parent
e4005e9d7c
commit
de5bebb239
@ -151,7 +151,7 @@ NOINLINE void bitnarrow(void* rp, ux rcsz, void* xp, ux xcsz, ux cam) { // for n
|
|||||||
#if SINGELI_NEON
|
#if SINGELI_NEON
|
||||||
if (xcsz==8 && rcsz!=1) {
|
if (xcsz==8 && rcsz!=1) {
|
||||||
si_bitnarrow_8_n(xp, rp, rcsz, cam);
|
si_bitnarrow_8_n(xp, rp, rcsz, cam);
|
||||||
goto decG_ret;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* 8 */ for (ux i=0; i<cam; i++) ab_add(&ab, ((u8* )xp)[i], rcsz); break; // all assume zero padding
|
/* 8 */ for (ux i=0; i<cam; i++) ab_add(&ab, ((u8* )xp)[i], rcsz); break; // all assume zero padding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user