Support for _mm512_i32logather_pd, _mm512_mask_i32logather_pd,
_mm512_i32logather_epi64, _mm512_mask_i32logather_epi64, _mm512_i32loscatter_pd,
_mm512_mask_i32loscatter_pd.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
That's why I said "completeness" :)
clang/lib/Headers/avx512fintrin.h | ||
---|---|---|
9692 | Newline between instructions |
clang/lib/Headers/avx512fintrin.h | ||
---|---|---|
9593 | "scale them in dst" doesn't make sense. | |
9611 | Use of "dst" here doesn't make sense since it isn't a parameter name so shouldn't be abbreviated. | |
9636 | Same | |
9654 | Same | |
clang/test/CodeGen/X86/avx512f-builtins.c | ||
10853 | Any idea why _mm512_mask_i32loscatter_epi64 is documented as only being KNCI? |
clang/lib/Headers/avx512fintrin.h | ||
---|---|---|
9611 | Can we arrange "dst" as the abbreviation for the result of the intrinsic? |
clang/test/CodeGen/X86/avx512f-builtins.c | ||
---|---|---|
10853 | After confirmation, we think it’s a intrinsics guide bug. The intrinsics guide will be updated later. |
"scale them in dst" doesn't make sense.