Skip to content

Commit e3b729c

Browse files
Merge pull request #75 from rust-lang/no-scalar-from
Remove From<Scalar> for SimdTy impl
2 parents f85bd24 + 2f2a463 commit e3b729c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/core_simd/src/macros.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ macro_rules! impl_vector {
147147
}
148148
}
149149

150-
// splat
151-
impl<const LANES: usize> From<$type> for $name<LANES> where Self: crate::LanesAtMost64 {
152-
#[inline]
153-
fn from(value: $type) -> Self {
154-
Self::splat(value)
155-
}
156-
}
157-
158150
impl_shuffle_2pow_lanes!{ $name }
159151
}
160152
}

0 commit comments

Comments
 (0)