summaryrefslogtreecommitdiff
path: root/libc/src/math/amdgpu
AgeCommit message (Expand)Author
2025-10-30[libc] Remove optimization flags on entrypoints (#165782)Michael Jones
2025-06-07[libc][NFC] Remove unused CMake for gpu mathJoseph Huber
2025-06-06[libc] Cleanup unimplemented math functions (#143173)Joseph Huber
2024-08-05[libc] Add `lgamma` and `lgamma_r` stubs for the GPU (#102019)Joseph Huber
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue
2024-08-05[libc] Use generic 'atan2' function for the GPUJoseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc] Add support for `powi` as an LLVM libc extension on the GPU (#98236)Joseph Huber
2024-07-08[libc] Fix integer `rint` variants on the GPU (#98095)Joseph Huber
2024-07-08Reapply "[libc] Make GPU `libm` use generic implementations" (#98061)Joseph Huber
2024-07-08Revert "[libc] Make GPU `libm` use generic implementations" (#98061)Mehdi Amini
2024-07-08[libc] Make GPU `libm` use generic implementations (#98014)Joseph Huber
2024-03-11[libc] Remove use of `__builtin_modf` in GPU mathJoseph Huber
2024-03-01[libc] Fix incorrectly enabled GPU math functions (#83594)Joseph Huber
2024-02-29[libc] Remove workaround for fmin / fmax after being fixed in LLVM (#83421)Joseph Huber
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Work around incorrect fmin/fmax results for +/-x (#83158)Joseph Huber
2024-02-27[libc] Clean up GPU math implementations (#83133)Joseph Huber