dfxml-working-group / dfxml_cpp

C++ implementation of DFXML reader and writer
Other
1 stars 2 forks source link

Fix detection of x86 cpuid instruction #16

Closed dfjxs closed 2 years ago

dfjxs commented 2 years ago

Fixes #15

Small fix in detection of the x86 cpuid instruction based on https://www.gnu.org/software/autoconf-archive/ax_gcc_x86_cpuid.html

simsong commented 2 years ago

Fixes #15

Small fix in detection of the x86 cpuid instruction based on https://www.gnu.org/software/autoconf-archive/ax_gcc_x86_cpuid.html

That's great! Thank you so much.

codecov-commenter commented 2 years ago

Codecov Report

Merging #16 (054ff3b) into main (742ef33) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   50.34%   50.34%           
=======================================
  Files           8        8           
  Lines         437      437           
  Branches       14       14           
=======================================
  Hits          220      220           
  Misses        211      211           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 742ef33...054ff3b. Read the comment docs.