recent troubles with float vectors & bitwise ops

Paolo Bonzini bonzini@gnu.org
Thu Aug 23 12:31:00 GMT 2007


> GCC makes the problem is even worse if only SSE and not SSE 2 instructions
> are enabled.  Since the integer bitwise instructions are only available
> with SSE 2, using casts instead of intrinsics causes GCC to expand the
> operation into a long series of instructions.

This was also a bug and a patch for this has been posted and approved.

Paolo



More information about the Gcc mailing list