glenvt18 / libdvbcsa

GNU General Public License v2.0
11 stars 16 forks source link

add AVX2 support for bitslice (TODO BS_LOAD_DEINTERLEAVE_8) #4

Closed mkaluza closed 6 years ago

mkaluza commented 6 years ago

benchmarks on core i5-6400 @ 2.7GHz sse2 1200 1220 ssse3 1340 1360 avx2 1640 1680

Warning: Using AVX makes Intel cpus lower their clock which can have negative impact on performance of other, non-avx code, so be sure to benchmark your real-world setup instead of blindly using it