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

test: Check signaling NaN handling in binops #487

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Aug 13, 2020

Add missing checks for signaling (not arithmetic) NaNs.

https://webassembly.github.io/spec/core/exec/numerics.html#nan-propagation

@chfast chfast requested review from gumb0 and axic August 13, 2020 18:30
@codecov
Copy link

codecov bot commented Aug 13, 2020

Codecov Report

Merging #487 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #487   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files          54       54           
  Lines       16364    16395   +31     
=======================================
+ Hits        16290    16321   +31     
  Misses         74       74           

@chfast chfast merged commit 8c6e041 into master Aug 13, 2020
@chfast chfast deleted the signaling_nans branch August 13, 2020 20:06
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.

2 participants