Skip to content

Commit 367096d

Browse files
committed
Remove comment and unused example
1 parent 75fcfca commit 367096d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

crates/core_arch/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ std_detect = { version = "0.*", path = "../std_detect" }
3030
wasm-bindgen-test = "0.2.47"
3131

3232
[package.metadata.docs.rs]
33-
rustdoc-args = [ "--cfg", "dox" ]
34-
35-
[[example]]
36-
name = "neon_gen"
33+
rustdoc-args = [ "--cfg", "dox" ]

crates/core_arch/src/aarch64/neon/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ pub unsafe fn vpaddq_u8(a: uint8x16_t, b: uint8x16_t) -> uint8x16_t {
255255
}
256256

257257
/// Polynomial multiply long
258-
//poly128_t vmull_p64 (poly64_t a, poly64_t b)
259258
#[inline]
260259
#[target_feature(enable = "neon")]
261260
#[cfg_attr(test, assert_instr(pmull))]

0 commit comments

Comments
 (0)