Skip to content

Commit 1bf435a

Browse files
committed
Release version 0.3.3
1 parent cb4c312 commit 1bf435a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "packed_simd"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["Gonzalo Brito Gadeschi <[email protected]>"]
55
description = "Portable Packed SIMD vectors"
66
documentation = "https://docs.rs/crate/packed_simd/"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Most of the examples come with both a scalar and a vectorized implementation.
3939
vector type as those of another vector type safely by just using the
4040
`.into_bits()` method.
4141

42-
* `coresimd` (default: disabled): enable this feature to recompile `core::arch`
42+
* `core_arch` (default: disabled): enable this feature to recompile `core::arch`
4343
for the target-features enabled. `packed_simd` includes optimizations for some
4444
target feature combinations that are enabled by this feature. Note, however,
4545
that this is an unstable dependency, that rustc might break at any time.

0 commit comments

Comments
 (0)