Remove special case for length-1 vectors
This commit is contained in:
parent
c739af3908
commit
d030301161
1 changed files with 1 additions and 5 deletions
|
|
@ -362,10 +362,6 @@ where
|
|||
const INDEX: [Which; LANES] = deinterleave::<LANES>(true);
|
||||
}
|
||||
|
||||
if LANES == 1 {
|
||||
(self, other)
|
||||
} else {
|
||||
(Even::swizzle2(self, other), Odd::swizzle2(self, other))
|
||||
}
|
||||
(Even::swizzle2(self, other), Odd::swizzle2(self, other))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue