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

via libc-commits libc-commits at lists.llvm.org
Thu Mar 21 09:08:15 PDT 2024


lntue wrote:

> @arsenm I assume you mean for the GPU implementation? The generic implementation looks correct already since we have to support both clang and GCC.

Probably for this patch, we can remove all the specializations for GPU, and only add them later if they show performance benefits? @jhuber6 


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


More information about the libc-commits mailing list