You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one use explicit addsubpd, the second one not.
In LLVM 12, _mm_complexmult_pd_naive is faster.
In LLVM 13, _mm_complexmult_pd is faster because addsubpd is not generated anymore unless in simpler cases.