[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.
Merge request reports
Activity
added 1 commit
- 2536345e - [bugfix] correct fix-up between real_type and field_type
added 4 commits
-
2536345e...99907ad2 - 3 commits from branch
master
- e42354d9 - [bugfix] correct Givens rotations after SIMD vectorization
-
2536345e...99907ad2 - 3 commits from branch
enabled an automatic merge when the pipeline for e42354d9 succeeds
mentioned in commit c0a02e3e
Please register or sign in to reply