Skip to content
  • Erik de Castro Lopo's avatar
    SIMD: remove outdated SSE2 code · 5ae578ff
    Erik de Castro Lopo authored
    Removes FLAC__lpc_restore_signal_16_intrin_sse2() which was faster
    than than C code, but not faster than MMX-accelerated ASM functions.
    It's also slower than the new SSE4.1 functions that were added by
    the previous patch.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    5ae578ff