https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54408
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |116881
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Alexander Monakov from comment #5)
> 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).
I filed PR 116881 for the `__builtin_elementwise_*` builtins.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116881
[Bug 116881] Add __builtin_elementwise_* and __builtin_reduction_*