Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NaN handling on mips/mipsel and Windows; disable value propagation for signaling NaNs; add mips CI #335

Merged
merged 12 commits into from
Nov 9, 2024

Conversation

PJK
Copy link
Owner

@PJK PJK commented Nov 9, 2024

Fixes #271

Fixes #329

I realized that if we are not in IEEE 754, the cast of internal representation to bytes is broken, but IUUC mips in general should bei compliant-ish...

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (65aa696) to head (3ae2e4c).
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #335   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         1658      1662    +4     
=========================================
+ Hits          1658      1662    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PJK PJK merged commit 5369727 into master Nov 9, 2024
14 of 16 checks passed
@PJK PJK deleted the mips-ci branch November 9, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libcbor FTBFS on many architectures due to different NaN encoding Signaling NaN encoding broken on Windows
1 participant