[PATCH] D127050: [Clang][FP16] Add 4 builtins for _Float16
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 4 18:46:56 PDT 2022
pengfei added inline comments.
================
Comment at: clang/include/clang/Basic/Builtins.def:145
BUILTIN(__builtin_huge_vall, "Ld", "nc")
+BUILTIN(__builtin_huge_valf16, "x", "nc")
BUILTIN(__builtin_huge_valf128, "LLd", "nc")
----------------
LuoYuanke wrote:
> Is the builtin sorted in alphabet order?
No, I think there's no strict order requirment here. The xxxf128 builtins have already not met it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127050/new/
https://reviews.llvm.org/D127050
More information about the cfe-commits
mailing list