[PATCH] D16177: Adding missing intrinsics _cvtsh_ss and _cvtss_sh
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 22:03:06 PST 2016
craig.topper added inline comments.
================
Comment at: lib/Headers/f16cintrin.h:47
@@ +46,3 @@
+})
+
+
----------------
Would it be possible to do this without temporaries? Temporaries in macros can cause -Wshadow warnings if the macro is used multiple times.
Repository:
rL LLVM
http://reviews.llvm.org/D16177
More information about the cfe-commits
mailing list