Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
backwards compatibility for packed_simd
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed May 27, 2024
1 parent 77e41d1 commit 4119551
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ opt-level = 3
[features]
log_tracing = ["tracing"]
# Currently packed_simd is no longer working with the newest nightly.
# But we still keep it as a feature, as we didn't migrate all the code, and
# some people might want to use older rust nightly, to be able to gain some performance.
include_packed_simd = ["packed_simd"]
cr_paranoia_mode = []
debug_track = []
Loading

0 comments on commit 4119551

Please sign in to comment.