[PATCH] D127050: [Clang][FP16] Add 4 builtins for _Float16

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 4 18:04:21 PDT 2022


LuoYuanke 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")
----------------
Is the builtin sorted in alphabet order?


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