recent troubles with float vectors & bitwise ops

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Thu Aug 23 11:36:00 GMT 2007


> "The types defined in this manner can be used with a subset of normal C 
> operations. Currently, GCC will allow using the following operators on 
> these types: +, -, *, /, unary minus, ^, |, &, ~.".

What was missing is "when allowed by the base type".  E.g. >> is not 
supported.

Paolo



More information about the Gcc mailing list