[Bug c++/43122] g++ does not allow overloading operators for sse types (__m128, __m128d)

2012-09-05 Thread nenakhov.sergey at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43122 SergeyN nenakhov.sergey at gmail dot com changed: What|Removed |Added CC||nenakhov.sergey

[Bug c++/43122] g++ does not allow overloading operators for sse types (__m128, __m128d)

2012-09-05 Thread nenakhov.sergey at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43122 --- Comment #8 from SergeyN nenakhov.sergey at gmail dot com 2012-09-05 09:42:58 UTC --- (In reply to comment #7) http://gcc.gnu.org/ml/gcc-patches/2012-08/msg02098.html That's nice, but I would really prefer to define my own comparison

[Bug c++/43122] g++ does not allow overloading operators for sse types (__m128, __m128d)

2012-09-05 Thread nenakhov.sergey at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43122 --- Comment #10 from SergeyN nenakhov.sergey at gmail dot com 2012-09-05 12:24:49 UTC --- (In reply to comment #9) Then put it into a class and add overloaded comparison operators for the wrapper class. That is the same thing as with float