This patch simply enables building the integer abs functions for the
GPU.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is the first set of functions that may shadow some of the definitions that the GPU header wrappers provide.
libc/config/gpu/api.td | ||
---|---|---|
13 | Why are these types required? |
libc/config/gpu/api.td | ||
---|---|---|
13 | It didn't build, and the div_t stuff is simply a struct of integers. I could make this patch provide div as well since it's relatively simple. |
Why are these types required?