Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AX: use AVX2 to save some CPU time #12745

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Commits on Apr 22, 2024

  1. AX: add support for biquad filtering

    This fixes e.g. the overly loud wind in "I SPY: Spooky Mansion".
    Tilka committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b72865f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72153dd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. AX: make volume_delta signed

    NFC because the current code always masks the volume + volume_delta sum
    to 16 bits.
    Tilka committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2a7511f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f71e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea57952 View commit details
    Browse the repository at this point in the history
  4. AX: use AVX2 for mixing

    Tilka committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ba65797 View commit details
    Browse the repository at this point in the history