Skip to content

Commit 73701d4

Browse files
authored
avx512f example (rust-lang#952)
1 parent 64a7ee8 commit 73701d4

File tree

2 files changed

+1276
-0
lines changed

2 files changed

+1276
-0
lines changed

examples/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
]
99
description = "Examples of the stdarch crate."
1010
edition = "2018"
11+
default-run = "hex"
1112

1213
[dependencies]
1314
core_arch = { path = "../crates/core_arch" }
@@ -19,6 +20,10 @@ rand = "0.7"
1920
name = "hex"
2021
path = "hex.rs"
2122

23+
[[bin]]
24+
name = "connect5"
25+
path = "connect5.rs"
26+
2227
[[example]]
2328
name = "wasm"
2429
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)