[libc-commits] [libc] [libc][math][c23] Enable C23 _Float16 math functions on GPUs (PR #99248)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Thu Jul 25 12:08:22 PDT 2024
jhuber6 wrote:
> @jhuber6 Is this still okay? I just disabled the functions that use `long double` and enabled `f16mul` and `f16mulf`.
Yes, so long as there's no long double stuff it should still work. If not we can turn it off, but it worked when I last tested it.
https://github.com/llvm/llvm-project/pull/99248
More information about the libc-commits
mailing list