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

Define Base.issubnormal(x:BFloat16) #95

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

christiangnrd
Copy link
Contributor

Based on #92.

I went with the code deduplication approach to reduce the odds of an assembly regression in the future.

Closes #86

Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.82%. Comparing base (ec873b3) to head (aa7edcf).

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #95       +/-   ##
===========================================
+ Coverage   66.84%   96.82%   +29.97%     
===========================================
  Files           3        3               
  Lines         184      189        +5     
===========================================
+ Hits          123      183       +60     
+ Misses         61        6       -55     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Base.issubnormal(::BFloat16) is missing
1 participant