Skip to content
  • Henrik Gramner's avatar
    x86: Don't use explicitly aligned versions of SAD on AVX CPUs · 33c35267
    Henrik Gramner authored
    On modern CPUs movdqu isn't slower than movdqa when used on aligned data and using the same code in both cases saves cache.
    
    This was already done for the high bit-depth AVX2 implementation but the aligned version still exists as dead code so remove that.
    33c35267