[libc-commits] [libc] [libc][math][c23] add c23 floating point fmaximum and fminimum functions. (PR #86016)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Mar 21 13:26:44 PDT 2024


jhuber6 wrote:

> So I can remove the amdgpu stuff right?

I don't think most of these will compile. It depends on both `clang` understanding the builtin and the backend being able to emit the intrinsic. See https://godbolt.org/z/daa5fqxK8, you should be able to plug in whatever builtin to check if it works.

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


More information about the libc-commits mailing list