dquakeplus/source/libpspmath
Steam Deck User 8ca8175096 Actually use Q_malloc in some places 2023-02-02 12:33:01 -05:00
..
Makefile Initial commit 2022-02-08 16:49:56 -05:00
README.txt Initial commit 2022-02-08 16:49:56 -05:00
libpspmath.a Actually use Q_malloc in some places 2023-02-02 12:33:01 -05:00
printMatrixFloat.c Initial commit 2022-02-08 16:49:56 -05:00
pspmath.h Initial commit 2022-02-08 16:49:56 -05:00
vfpu_acosf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_add_vector.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_asinf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_atanf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_cosf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_coshf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_ease_in_out.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_envmap_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_expf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_fabsf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_fmaxf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_fminf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_fmodf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_identity_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_logf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_normalize_vector.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_ortho_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_perspective_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_powf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_copy.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_exp.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_from_euler.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_hermite_tangent.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_identity.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_ln.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_multiply.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_normalize.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_sample_hermite.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_sample_linear.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_quaternion_to_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_rand_8888.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_randf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_scale_vector.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_sincos.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_sinf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_sinhf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_sphere_to_cartesian.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_sqrtf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_srand.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_tanf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_tanhf.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_translate_matrix.c Initial commit 2022-02-08 16:49:56 -05:00
vfpu_zero_vector.c Initial commit 2022-02-08 16:49:56 -05:00

README.txt

this is a PSP VFPU accelerated math library required if the PSP_VFPU Dflag
is set. original library by mrmrice, made standalone by tufty
https://github.com/tufty/libpspmath

- motolegacy (2/3/2021)