[PATCH] D125164: [X86] Fix some signedness errors in x86 headers
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 7 06:19:11 PDT 2022
RKSimon added a comment.
In D125164#3498723 <https://reviews.llvm.org/D125164#3498723>, @pengfei wrote:
> One question: is it better to change the define of builtins than explicit casts?
I can fix the signedness of the cet / rdseed / xbgen / tzcnt x86 builtins if there's a consensus.
What do you want to do about _mm512_maskz_srli_epi16 ? The Intel Intrinsic guide has the same mismatch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125164/new/
https://reviews.llvm.org/D125164
More information about the cfe-commits
mailing list