Skip to content

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
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