gte_neon: fix compile under clang's assembler
authornotaz <notasas@gmail.com>
Tue, 11 Feb 2020 23:19:43 +0000 (01:19 +0200)
committernotaz <notasas@gmail.com>
Tue, 11 Feb 2020 23:19:43 +0000 (01:19 +0200)
libpcsxcore/gte_neon.S

index fe153e2..7d97ff3 100644 (file)
@@ -290,7 +290,7 @@ FUNCTION(gteRTPT_neon): @ r0=CP2 (d,c),
 
     rtpx_preload
 
 
     rtpx_preload
 
-    vmov.i32    d22, #0x7fffffff
+    vmvn.i32    d22, #0x80000000 @ #0x7fffffff
     vmov.i32    d23, #0x80000000
     mov         r3, #3         @ counter
     mov         r2, r0         @ VXYZ(0)
     vmov.i32    d23, #0x80000000
     mov         r3, #3         @ counter
     mov         r2, r0         @ VXYZ(0)