[llvm-bugs] [Bug 39338] New: AVX512: Provide support for variable-size mask intrinsics
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 17 23:43:29 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39338
Bug ID: 39338
Summary: AVX512: Provide support for variable-size mask
intrinsics
Product: libraries
Version: 7.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: wenzel.jakob at epfl.ch
CC: llvm-bugs at lists.llvm.org
Intels' intrinsics explorer lists a large number of AVX512 mask operations that
don't seem to exist in current clang
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#expand=3042&cats=Mask&techs=AVX_512
Examples:
_kand_mask8
_kand_mask16
_kand_mask32
_kand_mask64
(whereas only _mm512_kand is provided atm.)
_kshiftri_mask8
_kshiftri_mask16
_kshiftri_mask32
_kshiftri_mask64
etc..
Is there any plan to support these?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181018/f61d0664/attachment.html>
More information about the llvm-bugs
mailing list