[Bug c++/43122] g++ does not allow overloading operators for sse types (__m128, __m128d)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 5 12:14:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43122
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-05 12:13:55 UTC ---
Then put it into a class and add overloaded comparison operators for the
wrapper class. That is the same thing as with float/double, you can't overload
float/double comparison operator either.
More information about the Gcc-bugs
mailing list