[Bug c/54408] sqrt for vector types

amonakov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 26 17:33:19 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54408

Alexander Monakov <amonakov at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org

--- Comment #5 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Clang exposes sqrt and several other functions for vector types as a family of
type-generic elementwise built-ins (__builtin_elementwise_sqrt in this
instance).

Effect on errno is unspecified (as if -fno-math-errno is in effect).


More information about the Gcc-bugs mailing list