You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove vectors: Boolean expressions do not required 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.").
0 commit comments