[all-commits] [llvm/llvm-project] 7eb326: [libc] Add handling for long double=double double ...
Michael Jones via All-commits
all-commits at lists.llvm.org
Mon Oct 21 17:08:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7eb326441356f9e9aafa6d9f982c3c19ac6cad22
https://github.com/llvm/llvm-project/commit/7eb326441356f9e9aafa6d9f982c3c19ac6cad22
Author: Michael Jones <michaelrj at google.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M libc/src/__support/macros/properties/types.h
M libc/src/__support/str_to_float.h
Log Message:
-----------
[libc] Add handling for long double=double double (#113235)
For Hand-In-Hand we need float to string to support a wider set of
architectures, specifically the ones that libc++ supports. This includes
powerpc, which apparently uses "double double" as its long double type.
Since Hand-In-Hand isn't currently using long double, this just opts
them out.
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