chfast / intx

Extended precision integer C++ library
Apache License 2.0
122 stars 34 forks source link

Simplify conversions around arithmetic operators #270

Closed chfast closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #270 (1c3c141) into master (de3388d) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #270   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1983      1956   -27     
=========================================
- Hits          1983      1956   -27     
Flag Coverage Δ
32bit 100.00% <100.00%> (ø)
gcc 99.48% <100.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/intx/intx.hpp 100.00% <100.00%> (ø)
chfast commented 2 years ago

No performance changes. In the end we define the same functions just is some other location.