[libc-commits] [libc] [libc][math][c23] Add fabsf16 C23 math function (PR #93567)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue May 28 09:37:52 PDT 2024
nickdesaulniers wrote:
> Should we `#include "src/__support/macros/properties/types.h"` for `float16`, like we do for `float128`, or should we `#include "llvm-libc-types/float16.h"`?
I think it's nice to be as specific as possible. To me, long include lists that are precise are a feature, not a bug.
https://github.com/llvm/llvm-project/pull/93567
More information about the libc-commits
mailing list