From 1dca68f8b58612b3839d915a1244230372627ded Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Dec 2011 21:48:30 +0200 Subject: [PATCH] gte_neon: use more accurate division texture placement issues in Chrono Cross otherwise with the new GPU --- libpcsxcore/gte_neon.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpcsxcore/gte_neon.s b/libpcsxcore/gte_neon.s index 74a741e2..38bf9898 100644 --- a/libpcsxcore/gte_neon.s +++ b/libpcsxcore/gte_neon.s @@ -379,8 +379,8 @@ gteRTPT_neon: add r3, r0, #4*16 vst1.32 d14[0], [r3] @ gteSZ0 = gteSZ3 vdup.32 q13, d13[0] @ | -@ vrecps.f32 q12, q10, q11 @ step -@ vmul.f32 q11, q12, q11 @ better inv + vrecps.f32 q12, q10, q11 @ step + vmul.f32 q11, q12, q11 @ better inv vmul.f32 q10, q13, q11 @ result .else vmovl.s32 q2, d4 @ || gteOF|XY [64] -- 2.39.2