mirror of
https://github.com/XProger/OpenLara.git
synced 2025-01-17 12:58:50 +01:00
#368 GBA matrix rotation optimization
This commit is contained in:
parent
329e69fcfb
commit
b70eadecef
@ -12,8 +12,8 @@
|
|||||||
mul \t, \y, \cos
|
mul \t, \y, \cos
|
||||||
mla \t, \x, \sin, \t
|
mla \t, \x, \sin, \t
|
||||||
mul \x, \cos, \x
|
mul \x, \cos, \x
|
||||||
rsb \y, \y, #0
|
mul \y, \sin, \y
|
||||||
mla \x, \y, \sin, \x
|
sub \x, \y
|
||||||
mov \y, \t, asr #FIXED_SHIFT
|
mov \y, \t, asr #FIXED_SHIFT
|
||||||
mov \x, \x, asr #FIXED_SHIFT
|
mov \x, \x, asr #FIXED_SHIFT
|
||||||
.endm
|
.endm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user