Skip to content

RAP-299 Convert GainSolvers to AVX

Mark de Wever requested to merge RAP-299-solver into master
  • Replace aocommon:MC2x2(F) by the new AVX-enabled MatrixComplexDouble2x2 and MatrixComplexFloat2x2 classes.

  • Consistently use 'Matrix2x2' and 'Matrix2x2F' aliases for 'MatrixComplexDouble2x2' and 'MatrixComplexFloat2x2' in solver code, in spots where the long name reduces readability.

Closes RAP-299

Edited by Maik Nijhuis

Merge request reports