Skip to content

[WASM] Add f64x2 operations and unzip #37

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

Merged
merged 2 commits into from
Jul 18, 2025
Merged

Conversation

ajakubowicz-canva
Copy link
Collaborator

Context

This is a WASM architecture followup to #33. Implementing this PR removes all todo!() calls from the generated WASM file.

How

  • Add unzip.
  • Add f64x2 implementations.

I also cleaned up some other implementations to use generic methods instead of type-specific methods. For example we can express fract generically as a.sub(a.trunc()) which then works on both f32x4 and f64x2.

Test plan

Added unit tests for full coverage of new methods.

@LaurenzV
Copy link
Collaborator

Thanks!!

@LaurenzV LaurenzV merged commit 3d1a77c into main Jul 18, 2025
10 checks passed
@ajakubowicz-canva ajakubowicz-canva deleted the ajakubowicz-add-features-wasm branch July 18, 2025 11:32
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