Skip to content
New issue

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

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

Already on GitHub? # to your account

[Interpreter] Float64 #7327

Merged
merged 1 commit into from
Feb 26, 2025
Merged

[Interpreter] Float64 #7327

merged 1 commit into from
Feb 26, 2025

Conversation

ashleynh
Copy link
Collaborator

@ashleynh ashleynh commented Feb 25, 2025

Building on top of #7227 , the following are implemented and tested:

  • f64.add
  • f64.sub
  • f64.mul
  • f64.div
  • f64.sqrt
  • f64.ceil
  • f64.floor
  • f64.trunc
  • f64.nearbyint

@ashleynh ashleynh changed the title float64 [Interpreter] Float64 Feb 25, 2025
@ashleynh ashleynh requested a review from tlively February 25, 2025 23:50
@@ -25,6 +25,7 @@

using namespace wasm;

// uInt32
Copy link
Member

Choose a reason for hiding this comment

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

Are these comments intentionally included?

@ashleynh ashleynh merged commit 4ea373b into main Feb 26, 2025
14 checks passed
@ashleynh ashleynh deleted the 64_easy branch February 26, 2025 19:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants