aws / dcv-color-primitives

DCV Color Primitives Library
MIT No Attribution
30 stars 22 forks source link

build: link with mathlib #54

Closed pbor closed 3 years ago

pbor commented 3 years ago

Fixes the build with newer rust

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

pbor commented 3 years ago

Should fix https://github.com/aws/dcv-color-primitives/issues/55

codecov-commenter commented 3 years ago

Codecov Report

Merging #54 (36c5602) into master (1f00e9c) will decrease coverage by 0.44%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   90.08%   89.64%   -0.45%     
==========================================
  Files           9        9              
  Lines        3269     3245      -24     
==========================================
- Hits         2945     2909      -36     
- Misses        324      336      +12     
Impacted Files Coverage Δ
tests/tests.rs 99.30% <ø> (-0.70%) :arrow_down:
src/convert_image/avx2.rs 85.16% <100.00%> (-0.50%) :arrow_down:
src/convert_image/sse2.rs 86.57% <100.00%> (-0.34%) :arrow_down:
src/convert_image/x86.rs 91.60% <100.00%> (-0.53%) :arrow_down:
src/cpu_info.rs 84.37% <100.00%> (+2.55%) :arrow_up:
src/dispatcher.rs 100.00% <0.00%> (ø)

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 1f00e9c...36c5602. Read the comment docs.