the llvm part : https://reviews.llvm.org/D39720
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/avx512bwintrin.h | ||
---|---|---|
2045 ↗ | (On Diff #121849) | Is this right? The Intel docs says it should be: k[31:0] := a[31:0] k[63:32] := b[31:0] k[MAX:64] := 0 Also, is the cast on __A necessary? Same for the others. |
lib/Headers/avx512bwintrin.h | ||
---|---|---|
2045 ↗ | (On Diff #121849) | you are right, i fixed it. |
test/CodeGen/avx512f-builtins.c | ||
---|---|---|
6231 ↗ | (On Diff #121899) | yes,
vzeroupper |