Skip to content

Commit 2b32732

Browse files
Do not construct Simd
1 parent 4064678 commit 2b32732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/vector.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ where
830830
T: SimdElement,
831831
{
832832
fn from(array: [T; N]) -> Self {
833-
Self(array)
833+
Self::from_array(array)
834834
}
835835
}
836836

0 commit comments

Comments
 (0)