[libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 26 07:58:01 PST 2025
================
@@ -75,15 +75,6 @@ inline _LIBCPP_HIDE_FROM_ABI long double __strtold(const char* __nptr, char** __
return ::strtold_l(__nptr, __endptr, __loc);
----------------
ldionne wrote:
Not on this file: Since recently we also have `linux.h`, it needs to be updated.
https://github.com/llvm/llvm-project/pull/121795
More information about the libcxx-commits
mailing list