[all-commits] [llvm/llvm-project] d851b5: [libc] Make str_to_float independent of fenv (#102...
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu Aug 8 14:39:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d851b5c12c6c9758fec8784df730f330b6b31644
https://github.com/llvm/llvm-project/commit/d851b5c12c6c9758fec8784df730f330b6b31644
Author: Michael Jones <michaelrj at google.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/str_to_float.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Make str_to_float independent of fenv (#102369)
The str_to_float conversion code doesn't need the features provided by
fenv and the dependency is creating a blocker for hand-in-hand. This
patch uses a workaround to remove this dependency.
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