Skip to content

Commit

Permalink
Use SPDX license format and update packed_simd crate link (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Mar 17, 2022
1 parent 6867f34 commit 344f829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This repository contains two main crates:
standard library run-time CPU feature detection.

The `std::simd` component now lives in the
[`packed_simd`](https://github.com/rust-lang-nursery/packed_simd) crate.
[`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.
2 changes: 1 addition & 1 deletion crates/core_arch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch"
readme = "README.md"
keywords = ["core", "simd", "arch", "intrinsics"]
categories = ["hardware-support", "no-std"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
build = "build.rs"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion crates/std_detect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/rust-lang/stdarch"
readme = "README.md"
keywords = ["std", "run-time", "feature", "detection"]
categories = ["hardware-support"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"

[badges]
Expand Down

0 comments on commit 344f829

Please sign in to comment.