[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 09:43:00 GMT 2012
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 operator,
because the actual comparison instruction for __m256 and __m256d types has a
way to control handling of nans, which wouldn't be allowed by a built-in
comparison operator.
More information about the Gcc-bugs
mailing list