[libc-commits] [libc] [libc][math][c23] Add exp2m1f16 C23 math function (PR #105690)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Oct 10 07:28:03 PDT 2024


jhuber6 wrote:


> You need to enable fenv access

That doesn't work on the GPU targets yet https://godbolt.org/z/6n3svs1ne. But I guess NVPTX doesn't have `fenv` access and I never got around to merging the AMDGPU version.

https://github.com/llvm/llvm-project/pull/105690


More information about the libc-commits mailing list