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

Fix microarchitecture specific code in common code paths #448

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

isuruf
Copy link
Contributor

@isuruf isuruf commented Oct 30, 2023

Fixes #438

cc @skirpichev

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

Merging #448 (f30c1d6) into master (1253106) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #448   +/-   ##
=======================================
  Coverage   84.83%   84.83%           
=======================================
  Files          49       49           
  Lines       11738    11738           
  Branches     2206     2206           
=======================================
  Hits         9958     9958           
  Misses       1780     1780           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@casevh casevh merged commit 30be90f into aleaxit:master Oct 30, 2023
9 checks passed
@casevh
Copy link
Collaborator

casevh commented Oct 30, 2023

Thank you for catching this.

# We replace config.guess with configfsf.guess to avoid microarchitecture
# specific code in common code.
rm config.guess && mv configfsf.guess config.guess && chmod +x config.guess
./configure --enable-fat && make -j4 && make install && cd ../
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you could use just --build=$(./configfsf.guess). But anyway, this workaround probably should be restored.

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.

Linux wheels in the latest release (2.2.0a1) are broken
4 participants