Do not construct Simd
This commit is contained in:
parent
4064678daf
commit
2b32732d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ where
|
|||
T: SimdElement,
|
||||
{
|
||||
fn from(array: [T; N]) -> Self {
|
||||
Self(array)
|
||||
Self::from_array(array)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue