[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 04:31:30 PDT 2022


RKSimon added inline comments.


================
Comment at: clang/lib/Headers/cetintrin.h:26
 #ifdef __x86_64__
 static __inline__ void __DEFAULT_FN_ATTRS _incsspq(unsigned long long __a) {
   __builtin_ia32_incsspq(__a);
----------------
@pengfei The Intel Intrisics guide has this taking a int ?


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