You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove `simd-neon` and `pure` feature flags from wraith-files/Cargo.toml
that conflict when CI runs with `--all-features`. BLAKE3 automatically
detects and uses the best available SIMD instructions, so explicit
feature flags are unnecessary and cause build failures.
- Remove simd-neon feature (auto-enabled on aarch64)
- Remove pure feature (conflicts with SIMD features)
- Keep rayon feature for multi-threading
- Update tree_hash.rs documentation to match
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments