Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/avx512fintrin.h | ||
---|---|---|
402 ↗ | (On Diff #56708) | I think it will be better to use: return (__m512i)(~(__v8di)__A & (__v8di)__B); |
Paths
| Differential D20101
[Clang][AVX512] completing missing intrinsics [pandnd]. ClosedPublic Authored by m_zuckerman on May 10 2016, 6:42 AM.
Details
Diff Detail
Event Timelinem_zuckerman updated this object.
This revision is now accepted and ready to land.May 18 2016, 6:34 AM Closed by commit rL269939: [Clang][AVX512] completing missing intrinsics [pandnd]. (authored by mzuckerm). · Explain WhyMay 18 2016, 8:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57634 cfe/trunk/lib/Headers/avx512fintrin.h
cfe/trunk/test/CodeGen/avx512f-builtins.c
|