[Bug c++/85077] V[248][SD]F abs not optimized to
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 26 11:34:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85077
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |c++
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I suppose this asks for a std::abs overload and/or (for C) a __builtin_abs that
also works with generic vectors. Or a C/C++ operator for abs.
More information about the Gcc-bugs
mailing list