Do not construct Simd
This commit is contained in:
parent
4064678daf
commit
2b32732d0f
@ -830,7 +830,7 @@ fn as_mut(&mut self) -> &mut [T] {
|
|||||||
T: SimdElement,
|
T: SimdElement,
|
||||||
{
|
{
|
||||||
fn from(array: [T; N]) -> Self {
|
fn from(array: [T; N]) -> Self {
|
||||||
Self(array)
|
Self::from_array(array)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user