commit | 9b501e194eab4c27aa1bf43358e70f1ea13159c9 | [log] [tgz] |
---|---|---|
author | Steinar Midtskogen <stemidts@cisco.com> | Mon Apr 03 13:31:54 2017 +0200 |
committer | Steinar Midtskogen <stemidts@cisco.com> | Mon Apr 03 17:17:42 2017 +0000 |
tree | 1d10ccaaa1a2f416582c56d7bdb4375054ead73a | |
parent | ad424477ee05cb416db0aa687fc8355a79a2bdab [diff] |
CLPF: Replace v128_shr_n_s8 with v128_cmplt_s8 for sign extraction On x86 there is no direct v128_shr_n_s8 equivalent, so v128_cmplt_s8(a, v128_zero()) is much better than v128_shr_n_s8(a, 7). Should have no impact on NEON. Also replace v256_from_v128(v128_from_v64(a, b), v128_from_v64(c, d)) with v256_from_v64(a, b, c, d). Change-Id: I711e3cb250689089d7b5336a294e9d6bdd998445