Skip to content

fix: remove duplicate F64x8 assign op impls#57

Merged
AdaWorldAPI merged 1 commit into
masterfrom
claude/transcode-deepnsm-rust-oNa1Z
Mar 30, 2026
Merged

fix: remove duplicate F64x8 assign op impls#57
AdaWorldAPI merged 1 commit into
masterfrom
claude/transcode-deepnsm-rust-oNa1Z

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

Summary

  • Remove duplicate impl_assign_op! for F64x8 (AddAssign/SubAssign/MulAssign/DivAssign) that were added twice — once by PR 55 and once by the parallel session
  • Without this fix, cargo test fails with E0119: conflicting implementations

Test plan

  • test_simd_matches_scalar_constant passes (uses F64x8 AddAssign)
  • All 22 gguf_indexer unit tests pass

https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7

@AdaWorldAPI AdaWorldAPI merged commit 0f23182 into master Mar 30, 2026
5 of 14 checks passed
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