Skip to content

Conversation

@jkawamoto
Copy link
Owner

Summary

This pull request refactors the project to replace the msse4_1 feature flag with direct use of the sse4.1 target feature.

Changes

  • Removed the msse4_1 feature flag.
  • Updated build.rs to handle sse4.1 detection via RUSTFLAGS.
  • Adjusted Cargo.toml dependencies and feature lists.
  • Updated the README to reflect these changes.

…get feature

- Dropped the `msse4_1` feature flag in favor of directly using the `sse4.1` target feature.
- Updated `build.rs` to handle `sse4.1` detection via `RUSTFLAGS`.
- Adjusted dependencies and feature lists in `Cargo.toml` files.
- Revised README to reflect the usage of `sse4.1` through `RUSTFLAGS`.
@jkawamoto jkawamoto merged commit cc75884 into main Oct 12, 2025
14 checks passed
@jkawamoto jkawamoto deleted the target_feature branch October 12, 2025 07:19
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