Skip to content
  • Erik de Castro Lopo's avatar
    SIMD: Improve decoding of some 24 bit files · f9f5646a
    Erik de Castro Lopo authored
    Accelerates decoding of non-Subset 24-bit FLAC files (where lpc_order
    > 12).
    
    The improved function is FLAC__lpc_restore_signal_wide_intrin_sse41().
    It requires SSE4.1 and it's used only by 32-bit libFLAC.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    f9f5646a