Skip to content

Commit

Permalink
Merge pull request #49 from MrGunflame/packed_simd
Browse files Browse the repository at this point in the history
Update `packed_simd` version
  • Loading branch information
sebcrozet committed Aug 31, 2023
2 parents aa2b0d6 + 3531cda commit 9d95d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ num-traits = { version = "0.2.11", default-features = false }
approx = { version = "0.5", default-features = false }
decimal = { version = "2.0", default-features = false, optional = true }
num-complex = { version = "0.4", default-features = false }
packed_simd = { package = "packed_simd_2", version = "0.3", features = [ "into_bits" ], optional = true }
packed_simd = { version = "0.3.9", features = [ "into_bits" ], optional = true }
wide = { version = "0.7", default-features = false, optional = true }
fixed = { version = "1", optional = true }
cordic = { version = "0.1", optional = true }
Expand Down

0 comments on commit 9d95d6d

Please sign in to comment.