[PATCH] D108832: [Builtins] Support ext_vector_type args for __builtin_fminf.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 27 10:20:56 PDT 2021
fhahn added a comment.
> This brings Clang more in line with GCC, which already supports math builtins with ext_vector_type arguments.
This is unfortunately not correct. When I tried this with GCC the `ext_vector_type` attribute was dropped and it fell back to `float`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108832/new/
https://reviews.llvm.org/D108832
More information about the cfe-commits
mailing list