prints commants and formating fixes

This commit is contained in:
apostolos
2021-11-01 10:05:25 +02:00
parent b8d3d81d7f
commit 3a4d8afb48
6 changed files with 19 additions and 74 deletions

View File

@@ -57,7 +57,6 @@ template <uint16_t S>
static really_inline
const u8 *fwdBlock(SuperVector<S> shuf_mask_lo_highclear, SuperVector<S> shuf_mask_lo_highset, SuperVector<S> chars, const u8 *buf) {
SuperVector<S> res = blockSingleMask(shuf_mask_lo_highclear, shuf_mask_lo_highset, chars);
return firstMatch<S>(buf, res);
}