Details
Diff Detail
Event Timeline
LGTM
lib/Headers/waitpkgintrin.h | ||
---|---|---|
42 | Why does the intrinsic take size_t but then its truncated to 32 bits? |
lib/Headers/waitpkgintrin.h | ||
---|---|---|
42 | When I replaced umwait32 & umwait64 with a single umwait LLVM intrinsic, I choose i32 as the type of the first argument. |
lib/Headers/waitpkgintrin.h | ||
---|---|---|
41 | I think we should use "unsigned int" and "unsigned long long" explciitly. I think that's the prevailing behavior in the rest of our headers. Also change the argument names to lower case. I think that's also pretty standard. |
I think we should use "unsigned int" and "unsigned long long" explciitly. I think that's the prevailing behavior in the rest of our headers.
Also change the argument names to lower case. I think that's also pretty standard.