Piotr Wyderski writes:
> I'm implementing in C++ a semi-portable portable bit vector based on
> SIMD extensions
> available on the platform. GCC automatically vectorizes it to a large
> extent, but much
> better code could have been generated it there were a way to annotate
> the source code some
Hello,
I'm implementing in C++ a semi-portable portable bit vector based on
SIMD extensions
available on the platform. GCC automatically vectorizes it to a large
extent, but much
better code could have been generated it there were a way to annotate
the source code somehow.
Namely, in many places I