Commit 9baef8f
committed
Remove vectors: Boolean expressions do not require signed bitvectors
Any bitvector type will do as all we need to produce is a constant with
all bits set (see
https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html: "Vectors are
compared element-wise producing 0 when comparison is false and -1
(constant of the appropriate type where all bits are set) otherwise.").1 parent b0744ea commit 9baef8f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
| |||
0 commit comments