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).

Reply via email to