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

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 4 19:13:03 PDT 2022


LuoYuanke added inline comments.


================
Comment at: clang/test/CodeGen/builtin_Float16.c:7
+void test_float16_builtins(void) {
+  volatile _Float16 res;
+
----------------
Is _Float16 a legal type for target armv7a and aarch64?


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