notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9382523
)
Buildfix for LLVM
author
twinaphex
<libretro@gmail.com>
Sun, 9 Feb 2020 11:17:52 +0000
(12:17 +0100)
committer
twinaphex
<libretro@gmail.com>
Sun, 9 Feb 2020 11:17:52 +0000
(12:17 +0100)
libpcsxcore/gte_neon.S
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/gte_neon.S
b/libpcsxcore/gte_neon.S
index
fbe0e59
..
f62dd0c
100644
(file)
--- a/
libpcsxcore/gte_neon.S
+++ b/
libpcsxcore/gte_neon.S
@@
-290,8
+290,10
@@
FUNCTION(gteRTPT_neon): @ r0=CP2 (d,c),
rtpx_preload
- vmov.i32 d22, #0x7fffffff
- vmov.i32 d23, #0x80000000
+ vmov.i32 d23, #1
+ vmov.i32 d22, #0x80000000
+ vsub.i32 d22, d22, d23
+ vmov.i32 d23, #0
mov r3, #3 @ counter
mov r2, r0 @ VXYZ(0)
0: