mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Wrong shuffle was used. Need to interleave low/high halves with a
`permute` instruction.
Fixes #2215.
(cherry picked from commit 1d79c68ba0)