Skip to content

Conversation

crStiv
Copy link

@crStiv crStiv commented Jan 30, 2025

Changes

  • Implement SIMD instructions for wasm_madd function
  • Keep backward compatibility with non-SIMD platforms
  • Process 2 limbs per iteration using SIMD

Technical Details

  • Use WebAssembly SIMD intrinsics (wasm_i64x2_splat, wasm_v128_load)
  • Maintain fallback implementation for compatibility
  • No API changes

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.

1 participant