Adding support for some missing intrinsics:
_mm512_cvtsi512_si32
Details
Details
- Reviewers
craig.topper pengfei LuoYuanke spatel RKSimon - Commits
- rGcaac097fbf4e: [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32
rC370297: [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32
rL370297: [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang/lib/Headers/avx512fintrin.h | ||
---|---|---|
9662 ↗ | (On Diff #217314) | Since we're adding this, we should set an example and include the doxygen comment as well (even though avx512 intrinsics aren't well documented). You should be able to copy the doxygen from _mm_cvtsi128_si32 in emmintrin.h with only trivial edits |
clang/test/CodeGen/avx512f-builtins.c | ||
10849 ↗ | (On Diff #217314) | Put in alphabetical order? I make that just after test_mm_cvtsd_u32 ? |
clang/lib/Headers/avx512fintrin.h | ||
---|---|---|
9669 ↗ | (On Diff #217764) | __A |