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

common/i386/predict-c.c: Don't use a list initializer in the declaration #1

Open
wants to merge 2 commits into
base: distrotech-xavs
Choose a base branch
from

Commits on Sep 14, 2021

  1. common/i386/predict-c.c: Don't use a list initializer in the declaration

    Signed-off-by: Christopher Degawa <ccom@randomderp.com>
    1480c1 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8ca9fc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. xavs_add16x16_idct8_sse2: fix 4th arg to xavs_add8x8_idct8_sse2

    xavs_add8x8_idct8_sse2 is declared with the last arg as a pointer, but
    xavs_add16x16_idct8_sse2 passes a plain uint16_t to it
    
    Signed-off-by: Christopher Degawa <ccom@randomderp.com>
    1480c1 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8b9bca5 View commit details
    Browse the repository at this point in the history