mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
prints commants and formating fixes
This commit is contained in:
@@ -58,5 +58,5 @@ const SuperVector<S> blockSingleMask(SuperVector<S> shuf_mask_lo_highclear, Supe
|
||||
SuperVector<S> res = (shuf1 | shuf2) & shuf3;
|
||||
res.print8("(shuf1 | shuf2) & shuf3");
|
||||
|
||||
return !res.eq(SuperVector<S>::Zeroes());
|
||||
return res.eq(SuperVector<S>::Zeroes());
|
||||
}
|
||||
|
Reference in New Issue
Block a user