commit | d58967490238f8d4c941102ade649314785d3f48 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Sep 07 17:24:57 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Sep 22 06:54:50 2024 +0200 |
tree | d8ac4a6250f5238a51f1b4de129b03af5c862101 | |
parent | c044ec0d85cd94d1a986297c2e1f228408dddd76 [diff] |
tcg/i386: Implement cmpsel_vec with avx512 insns The avx512 vpblendm* instructions exactly implement cmpsel, using a predicate input. Of course this matches nicely with the avx512 predicate comparison instructions. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>