From: Justin Viiret Date: Wed, 7 Sep 2016 00:33:44 +0000 (+1000) Subject: rose: enable generation of shufti32x16 case X-Git-Tag: v4.4.0^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385f71b44e6f1704b6bc828128f811295ed474d9;p=thirdparty%2Fvectorscan.git rose: enable generation of shufti32x16 case --- diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index 04ab52ff..7061cb32 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -3054,7 +3054,6 @@ bool makeRoleShufti(const vector &look, neg_mask, base_offset, end_inst); program.add_before_end(move(ri)); } else { - return false; auto ri = make_unique (hi_mask, lo_mask, bucket_select_hi, bucket_select_lo, neg_mask, base_offset, end_inst);