the llvm part : https://reviews.llvm.org/D39720
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Headers/avx512bwintrin.h | ||
---|---|---|
2045 | 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 | you are right, i fixed it. |
test/CodeGen/avx512f-builtins.c | ||
---|---|---|
6231 | yes,
vzeroupper |
Is this right? The Intel docs says it should be:
Also, is the cast on __A necessary?
Same for the others.