[PATCH] D19665: [ARM] Guard the declarations of f16 to f32 vcvt intrinsics in arm_neon.h by testing __ARM_FP

silviu.baranga@arm.com via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 02:52:15 PDT 2016


sbaranga added inline comments.

================
Comment at: include/clang/Basic/arm_neon.td:710-711
@@ -709,2 +709,4 @@
+  def VCVT_F32_F16 : SInst<"vcvt_f32_f16", "wd", "h">;
+}
 
 def VCVT_S32     : SInst<"vcvt_s32", "xd",  "fQf">;
----------------
Thanks for catching this!


http://reviews.llvm.org/D19665





More information about the cfe-commits mailing list