Skip to content
Snippets Groups Projects
  1. Sep 22, 2022
  2. Sep 21, 2022
    • Lynne's avatar
      x86/lpc: implement a new Welch windowing function · 3ade6a86
      Lynne authored
      Old one was written with the assumption only even inputs would be given.
      This very messy replacement supports even and odd inputs, and supports
      AVX2 for extra speed. The buffers given are usually quite big (4k samples),
      so the speedup is worth it.
      The new SSE version is still faster than the old inline asm version by 33%.
      
      Also checkasm is provided to make sure this monstrosity works.
      
      This fixes some FATE tests.
      3ade6a86
Loading