aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
506 stars 84 forks source link

Fix microarchitecture specific code in common code paths #448

Closed isuruf closed 8 months ago

isuruf commented 8 months ago

Fixes https://github.com/aleaxit/gmpy/issues/438

cc @skirpichev

codecov-commenter commented 8 months ago

Codecov Report

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

:exclamation: 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           

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

casevh commented 8 months ago

Thank you for catching this.