Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/avx512fintrin.h | ||
---|---|---|
5626 ↗ | (On Diff #53520) | could you please put casting on the same line with argument ( the same regarding the code below) |
Paths
| Differential D19050
[Clang][AVX512][Builtin] Adding intrinsics of pmovus{d|q}{b|w|d}{128|256|512} instruction set ClosedPublic Authored by m_zuckerman on Apr 13 2016, 1:05 AM.
Details
Diff Detail
Event Timelinem_zuckerman retitled this revision from to [Clang][AVX512][Builtin] Adding intrinsics of pmovus{d|q}{b|w|d}{128|256|512} instruction set . m_zuckerman updated this object.
This revision is now accepted and ready to land.Apr 13 2016, 5:51 AM Closed by commit rL266278: [Clang][AVX512][Builtin] Adding intrinsics of… (authored by mzuckerm). · Explain WhyApr 13 2016, 11:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 53662 cfe/trunk/include/clang/Basic/BuiltinsX86.def
cfe/trunk/lib/Headers/avx512fintrin.h
cfe/trunk/lib/Headers/avx512vlintrin.h
cfe/trunk/test/CodeGen/avx512f-builtins.c
cfe/trunk/test/CodeGen/avx512vl-builtins.c
|