[libc-commits] [libc] [libc] Fix the GPU build for the hashing support (PR #73799)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Wed Nov 29 07:03:44 PST 2023
https://github.com/SchrodingerZhu approved this pull request.
As a side note, `uintptr_t` may also be of problem for `cheri` architecture family (which I am not 100% sure about how they manipulate these integers):
![image](https://github.com/llvm/llvm-project/assets/20108837/85fb584b-2e32-4fa6-912a-6eb8c6b7f1ff)
It is not supported by `libc` yet and even if it is supported, the problem is just efficiency. I think it is fine to use `uintptr_t` for non-GPUs.
https://github.com/llvm/llvm-project/pull/73799
More information about the libc-commits
mailing list