[PATCH] D62363: Enable intrinsics that convert float and bf16 data to each other
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 18:17:08 PDT 2019
skan created this revision.
skan added reviewers: xiangzhangllvm, LuoYuanke, craig.topper.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Scalar version :
`_mm_cvtsbh_ss` , `_mm_cvtness_sbh`
Vector version:
`_mm512_cvtpbh_ps` , `_mm256_cvtpbh_ps`
`_mm512_maskz_cvtpbh_ps` , `_mm256_maskz_cvtpbh_ps`
`_mm512_mask_cvtpbh_ps` , `_mm256_mask_cvtpbh_ps`
Repository:
rC Clang
https://reviews.llvm.org/D62363
Files:
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/avx512bf16intrin.h
test/CodeGen/avx512bf16-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62363.201107.patch
Type: text/x-patch
Size: 17621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190524/0b48bbc8/attachment-0001.bin>
More information about the cfe-commits
mailing list