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

nenakhov.sergey at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Sep 5 07:43:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43122

SergeyN <nenakhov.sergey at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nenakhov.sergey at gmail
                   |                            |dot com

--- Comment #6 from SergeyN <nenakhov.sergey at gmail dot com> 2012-09-05 07:42:49 UTC ---
well, I get similiar error when I try to overload operators <, <=, ==, etc

error: ‘__m256d operator<(__m256d, __m256d)’ must have an argument of class or
enumerated type.



More information about the Gcc-bugs mailing list