llvm-project
0d2c59ab - [Clang] Fix constant bit widths in gpuintrin.h (#189387)

Commit
1 day ago
[Clang] Fix constant bit widths in gpuintrin.h (#189387) Summary: The `ull` suffix can mean 128 bits on some architectures. Replace this with the `stdint.h` constructor to be certain.
Author
Parents
Loading