Remove placeholders for hand-written AVX2 code.
Maintaining AVX2 optimizations by hand is not worth the effort. The use of AVX2 is now dependent on the compiler's auto-vectorization function.
Showing
Please register or sign in to comment
Maintaining AVX2 optimizations by hand is not worth the effort. The use of AVX2 is now dependent on the compiler's auto-vectorization function.