diff options
author | twinaphex | 2020-02-09 12:17:52 +0100 |
---|---|---|
committer | twinaphex | 2020-02-09 12:17:52 +0100 |
commit | 9c9d02e498a0ec5de6ea83f58b79fb972887c650 (patch) | |
tree | cfe886c0ddc30a8dd3e4d59091d385789ee4aa18 /libpcsxcore | |
parent | 9382523c630eaefc7504fd4f3f5d88ed78218a00 (diff) | |
download | pcsx_rearmed-9c9d02e498a0ec5de6ea83f58b79fb972887c650.tar.gz pcsx_rearmed-9c9d02e498a0ec5de6ea83f58b79fb972887c650.tar.bz2 pcsx_rearmed-9c9d02e498a0ec5de6ea83f58b79fb972887c650.zip |
Buildfix for LLVM
Diffstat (limited to 'libpcsxcore')
-rw-r--r-- | libpcsxcore/gte_neon.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libpcsxcore/gte_neon.S b/libpcsxcore/gte_neon.S index fbe0e59..f62dd0c 100644 --- 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: |