Skip to content

Conversation

@hoodmane
Copy link
Contributor

@hoodmanehoodmane commented Nov 8, 2024

Before #126387, if we didn't detect float word order we'd raise the following configure error:

Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system. 

This puts it back (except for host_cpu arm or wasm).

cc @erlend-aasland

…float word order Before python#126387, if we didn't detect float word order we'd raise the following configure error: ``` Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system. ``` This puts it back (except for host_cpu arm or wasm).
Copy link
Contributor

@erlend-aaslanderlend-aasland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! (I'll make some style adjustments before landing)

@erlend-aaslanderlend-aasland enabled auto-merge (squash) November 8, 2024 11:33
@erlend-aaslanderlend-aasland merged commit 403410f into python:mainNov 8, 2024
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
…float word order (python#126569) Before python#126387, if we didn't detect float word order we'd raise the following configure error: Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system. This puts it back (except for ARM or WASM, which as hardcoded).
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…float word order (python#126569) Before python#126387, if we didn't detect float word order we'd raise the following configure error: Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system. This puts it back (except for ARM or WASM, which as hardcoded).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

configure script cannot detect float word ordering on linux

2 participants

@hoodmane@erlend-aasland