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] Float32 #7325

Merged
merged 4 commits into from
Feb 25, 2025
Merged

[Interpreter] Float32 #7325

merged 4 commits into from
Feb 25, 2025

Conversation

ashleynh
Copy link
Collaborator

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

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

@ashleynh ashleynh requested a review from tlively February 25, 2025 01:53
@ashleynh ashleynh merged commit 609bcec into main Feb 25, 2025
14 checks passed
@ashleynh ashleynh deleted the f32 branch February 25, 2025 22:48
# 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