commit | 4afd402a4ab25e127220301b56929ad5216b0803 | [log] [tgz] |
---|---|---|
author | Marat Dukhan <maratek@google.com> | Mon Sep 30 21:24:46 2019 -0700 |
committer | Marat Dukhan <maratek@google.com> | Mon Sep 30 21:24:46 2019 -0700 |
tree | f61e07d2755af1d8ec7e6695e5c7896b2b7a5fcb | |
parent | 58f1cea240b080593ee95520e4b1a381efc529ce [diff] |
Require signed mask in blend of unsigned SIMD vectors The result of comparison of unsigned SIMD vectors is a signed SIMD vector. Using it as a mask with previous specification was incompatible with gcc.