]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Support aarch64-w64-mingw32 target in fast_float
authorEvgeny Karpov <Evgeny.Karpov@microsoft.com>
Tue, 3 Sep 2024 09:09:52 +0000 (09:09 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 11 Apr 2025 13:18:55 +0000 (14:18 +0100)
commitc3ba75f6ac7d1e72faabe0cf62453f463359278f
tree19964141bd7e408b7a41273e753718c89b15fa7a
parent648d5c26e25497249e1d381449f2bf66418b997c
libstdc++: Support aarch64-w64-mingw32 target in fast_float

This patch resolves the GCC compilation issue for the C++ language
targeting aarch64-w64-mingw32.

The change in fast_float has been upstreamed.
https://github.com/fastfloat/fast_float/pull/269

libstdc++-v3/ChangeLog:

* src/c++17/fast_float/fast_float.h (full_multiplication):
Support aarch64-w64-mingw32 target.
libstdc++-v3/src/c++17/fast_float/fast_float.h