JuliaConcurrent / UnsafeAtomics.jl

MIT License
4 stars 1 forks source link

Add floating point operations #9

Closed jpsamaroo closed 2 years ago

jpsamaroo commented 2 years ago

Add F16/F32/F64 load/store!/cas! Add F16/F32/F64 add/sub for modify!

Fixes #8

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (3d422d1) into master (806ff65) will decrease coverage by 14.63%. The diff coverage is 66.66%.

:exclamation: Current head 3d422d1 differs from pull request most recent head 78c31f9. Consider uploading reports for the commit 78c31f9 to get more accurate results

@@             Coverage Diff              @@
##            master       #9       +/-   ##
============================================
- Coverage   100.00%   85.36%   -14.64%     
============================================
  Files            3        4        +1     
  Lines           24       41       +17     
============================================
+ Hits            24       35       +11     
- Misses           0        6        +6     
Flag Coverage Δ
unittests 85.36% <66.66%> (-14.64%) :arrow_down:

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

Impacted Files Coverage Δ
src/UnsafeAtomics.jl 100.00% <ø> (ø)
src/core.jl 82.85% <64.70%> (-17.15%) :arrow_down:
src/utils.jl 100.00% <100.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 806ff65...78c31f9. Read the comment docs.

jpsamaroo commented 2 years ago

Should I disable FP atomics for Julia <1.6?