[PATCH] D62363: [X86] Enable intrinsics that convert float and bf16 data to each other
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 27 19:14:57 PDT 2019
craig.topper added inline comments.
================
Comment at: lib/Headers/avx512bf16intrin.h:37
+///
+/// This intrinsic corresponds to the <c> EmitX86CvtBF16ToFloatExpr </c>
+/// function.
----------------
This needs to be a comment that's useful to user's of the compiler not compiler developers. It can't reference an implementation function inside the compiler
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62363/new/
https://reviews.llvm.org/D62363
More information about the cfe-commits
mailing list