mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Fix typo
This commit is contained in:
parent
40da067b4f
commit
dc18a14663
@ -180,7 +180,7 @@ void writeKiloPuff(const map<ClusterKey, vector<raw_puff>>::const_iterator &it,
|
|||||||
#ifdef HAVE_SVE2
|
#ifdef HAVE_SVE2
|
||||||
} else if (reach.count() >= 240) {
|
} else if (reach.count() >= 240) {
|
||||||
kp->type = MPV_VERM16;
|
kp->type = MPV_VERM16;
|
||||||
vermicelli16Build(~reach, reinterpret_casT<u8 *>(&kp->u.verm16.mask));
|
vermicelli16Build(~reach, reinterpret_cast<u8 *>(&kp->u.verm16.mask));
|
||||||
} else if (reach.count() <= 16) {
|
} else if (reach.count() <= 16) {
|
||||||
kp->type = MPV_NVERM16;
|
kp->type = MPV_NVERM16;
|
||||||
vermicelli16Build(reach, reinterpret_cast<u8 *>(&kp->u.verm16.mask));
|
vermicelli16Build(reach, reinterpret_cast<u8 *>(&kp->u.verm16.mask));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user