Skip to content

Winch: Add SIMD float arithmetic support for x64 with AVX#10247

Merged
saulecabrera merged 4 commits intobytecodealliance:mainfrom
jeffcharles:winch-simd-float-arith
Feb 20, 2025
Merged

Winch: Add SIMD float arithmetic support for x64 with AVX#10247
saulecabrera merged 4 commits intobytecodealliance:mainfrom
jeffcharles:winch-simd-float-arith

Conversation

@jeffcharles
Copy link
Copy Markdown
Contributor

Part of #8093. Adds implementations for:

  • f32x4.add
  • f64x2.add
  • f32x4.sub
  • f64x2.sub
  • f32x4.mul
  • f64x2.mul
  • f32x4.div
  • f64x2.div
  • f32x4.neg
  • f64x2.neg
  • f32x4.sqrt
  • f64x2.sqrt

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

winch Winch issues or pull requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants