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: [email protected]
Reporter: [email protected]
CC: [email protected]
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._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs