Skip to content
Snippets Groups Projects
Commit e42354d9 authored by Martin Nolte's avatar Martin Nolte
Browse files

[bugfix] correct Givens rotations after SIMD vectorization

For SIMD vectorization, the branching in the Givens rotations was rewritten
using conditionals (which are vectorizable). Unfortunately, the branches for
cs and sn were mixed up during this step. This patch corrects the mathematical
behavior to the state before SIMD vectorization while retaining the vectorizable
conditionals.
parent 99907ad2
No related branches found
No related tags found
1 merge request!114[bugfix] correct Givens rotations after SIMD vectorization
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment