Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aarch64-w64-mingw32 target #269

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

eukarpov
Copy link
Contributor

@eukarpov eukarpov commented Sep 2, 2024

The patch resolves GCC compilation issues for the C++ language targeting
aarch64-w64-mingw32.

More information could be found here:
https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662020.html

@lemire
Copy link
Member

lemire commented Sep 2, 2024

Running tests. We shall merge once the tests are green.

@lemire
Copy link
Member

lemire commented Sep 2, 2024

Running tests.

@lemire
Copy link
Member

lemire commented Sep 2, 2024

Merging.

@lemire lemire merged commit 8c911d9 into fastfloat:main Sep 2, 2024
39 checks passed
@eukarpov
Copy link
Contributor Author

eukarpov commented Sep 3, 2024

Thank you for your review and quick response.

eukarpov added a commit to Windows-on-ARM-Experiments/gcc-woarm64 that referenced this pull request Sep 3, 2024
This patch resolves the GCC compilation issue for the C++ language
targeting aarch64-w64-mingw32.

The change in fast_float has been upstreamed.
fastfloat/fast_float#269

libstdc++-v3/ChangeLog:

	* src/c++17/fast_float/fast_float.h (full_multiplication):
	Support aarch64-w64-mingw32 target.
eukarpov added a commit to Windows-on-ARM-Experiments/gcc-woarm64 that referenced this pull request Sep 5, 2024
This patch resolves the GCC compilation issue for the C++ language
targeting aarch64-w64-mingw32.

The change in fast_float has been upstreamed.
fastfloat/fast_float#269

libstdc++-v3/ChangeLog:

	* src/c++17/fast_float/fast_float.h (full_multiplication):
	Support aarch64-w64-mingw32 target.
eukarpov added a commit to Windows-on-ARM-Experiments/gcc-woarm64 that referenced this pull request Sep 5, 2024
This patch resolves the GCC compilation issue for the C++ language
targeting aarch64-w64-mingw32.

The change in fast_float has been upstreamed.
fastfloat/fast_float#269

libstdc++-v3/ChangeLog:

	* src/c++17/fast_float/fast_float.h (full_multiplication):
	Support aarch64-w64-mingw32 target.
eukarpov added a commit to Windows-on-ARM-Experiments/gcc-woarm64 that referenced this pull request Sep 5, 2024
This patch resolves the GCC compilation issue for the C++ language
targeting aarch64-w64-mingw32.

The change in fast_float has been upstreamed.
fastfloat/fast_float#269

libstdc++-v3/ChangeLog:

	* src/c++17/fast_float/fast_float.h (full_multiplication):
	Support aarch64-w64-mingw32 target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants