Hello,

how far are we from being able to use

#define vec_add(a,b) ((a)+(b))

?

The few tests I tried pass with -flax-vector-conversions, and the only ones that require this flag are those involving vector bool XXX. Would it make sense to tweak the front-ends to do the right thing for those specific vector types (that people probably didn't have in mind when developing the C extension)?

--
Marc Glisse

Reply via email to