Skip to content

add sincos() vectorization

Sarod Yatawatta requested to merge omp_vec into master

The point source phase calculation is limited by the sincos() operation, that can be vectorized by splitting the loop into separate sin() and cos() loops. Performance: generic '-O3' performance vs '-O2 -ffast-math -ftree-vectorize' shows a speedup

Repeat the merge req because prev merge request cannot be rebased with master.

Merge request reports