Skip to content
  • Henrik Gramner's avatar
    x86: AVX-512 zigzag_scan_8x8_frame · 724a5772
    Henrik Gramner authored
    The vperm* instructions ignores unused bits, so we can pack the permutation
    indices together to save cache and just use a shift to get the right values.
    724a5772