[all-commits] [llvm/llvm-project] 524711: [libc][bazel] Add targets for strfrom<float> (#128...
Michael Jones via All-commits
all-commits at lists.llvm.org
Wed Feb 26 15:31:02 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 524711c344b413d5c25d4bed1175d58670ab1720
https://github.com/llvm/llvm-project/commit/524711c344b413d5c25d4bed1175d58670ab1720
Author: Michael Jones <michaelrj at google.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel
Log Message:
-----------
[libc][bazel] Add targets for strfrom<float> (#128956)
Add targets and tests for strfromf, strfromd and strfroml.
No idea why the standard committee decided that the long double function
should be "strfroml" instead of "strfromld" which would match "strtold"
and leave them space to add string from integer functions in future.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list