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

gu: add a function to multiply 4x4 matrices #172

Merged
merged 1 commit into from
May 3, 2024

Commits on May 2, 2024

  1. gu: add a function to multiply 4x4 matrices

    Add guMtx44Concat() in both C and PS variants. The PS variant is more
    than 3 times faster that the C one; it's written in a separate file (and
    not in gu_psasm.S) because it uses a different naming of the matrix
    registers.
    
    These functions are especially useful when porting programs written for
    OpenGL, which uses 4x4 matrices.
    mardy committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9a571c4 View commit details
    Browse the repository at this point in the history