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

Floatingpoint #97

Merged
merged 19 commits into from
Oct 3, 2024
Merged

Floatingpoint #97

merged 19 commits into from
Oct 3, 2024

Conversation

desmonddak
Copy link
Contributor

Description & Motivation

This PR adds FloatingPoint and FloatingPointValue datatypes as well as a toy FloatingPointAdder.

Related Issue(s)

None

Testing

FloatingPointValue has been tested with round-trip testing with the Dart double. The FloatingPointAdder has been subjected to randomized testing with a loose comparison to native Double operations as it has no rounding mode.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes. A simple introductory documentation markdown page is included in this PR.

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking really good!

doc/components/floating_point.md Outdated Show resolved Hide resolved
lib/src/arithmetic/arithmetic_utils.dart Show resolved Hide resolved
lib/src/arithmetic/arithmetic_utils.dart Outdated Show resolved Hide resolved
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

doc/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks ready!

@desmonddak desmonddak merged commit 87783b8 into intel:main Oct 3, 2024
4 checks passed
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.

3 participants