Open
Description
Bugzilla Link | 52445 |
Version | trunk |
OS | All |
CC | @DougGregor,@RKSimon,@zygoloid |
Extended Description
Clang recently specified a set of builtins for elementwise operations and reductions on vectors:
https://clang.llvm.org/docs/LanguageExtensions.html#vector-builtins
They should also be supported in constexpr contexts.