Skip to content

Commit

Permalink
crates/imageprocs: Don't set portable-simd to be a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Dec 24, 2023
1 parent 5b85f10 commit 3387ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-imageprocs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ portable-simd = []
log = ["zune-core/log"]
exif = ["zune-image/metadata", "kamadak-exif"]
threads = []
default = ["avx2", "sse2", "sse3", "sse41", "threads","portable-simd"]
default = ["avx2", "sse2", "sse3", "sse41", "threads"]


[dev-dependencies]
Expand Down

0 comments on commit 3387ef2

Please sign in to comment.