commit | 33889538969edd801bdaf5422c863fe2a0b7cf45 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue Jul 04 17:06:51 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Tue Jul 04 17:06:51 2023 +0200 |
tree | 2dc83d94424162629c181dfae23ff1bc17eda63c | |
parent | b7bd93bc51c49c58d0e9cdddf6b4cc44bc4c76dd [diff] |
x86: optimize pre-AVX512 {,V}PCMPGT* with identical sources These are better expressed by the zeroing idiom {,V}PXOR. In some cases this also results in a shorter encoding.