mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose: enable generation of shufti32x16 case
This commit is contained in:
parent
efa3299774
commit
385f71b44e
@ -3054,7 +3054,6 @@ bool makeRoleShufti(const vector<LookEntry> &look,
|
|||||||
neg_mask, base_offset, end_inst);
|
neg_mask, base_offset, end_inst);
|
||||||
program.add_before_end(move(ri));
|
program.add_before_end(move(ri));
|
||||||
} else {
|
} else {
|
||||||
return false;
|
|
||||||
auto ri = make_unique<RoseInstrCheckShufti32x16>
|
auto ri = make_unique<RoseInstrCheckShufti32x16>
|
||||||
(hi_mask, lo_mask, bucket_select_hi, bucket_select_lo,
|
(hi_mask, lo_mask, bucket_select_hi, bucket_select_lo,
|
||||||
neg_mask, base_offset, end_inst);
|
neg_mask, base_offset, end_inst);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user