~ppsspp/ppsspp/+git/ppsspp:vfpu-dot-experiments

Last commit made on 2019-08-06
Get this branch:
git clone -b vfpu-dot-experiments https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
vfpu-dot-experiments
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

35f8484... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

WIP: vfpu_dot experiments

2ba998d... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #12217 from unknownbrackets/vfpu-dot

Merge vfpu-dot changes and add compat flag for Tekken

85b9ad8... by LunaMoo <email address hidden>

Compat: Add more Tekken game IDs to leg shake fix.

f65a71d... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Compat: Option to use accurate dotprod for VMMUL.

Eliminates Tekken 6 leg shaking.

c1c869d... by Unknown W. Brackets

interp: Implement software inverse square root.

6028b79... by Unknown W. Brackets

interp: Oops, fix vdot bug with subnormals.

13278dc... by Unknown W. Brackets

interp: Implement software sqrt to match PSP.

This matches the PSP's square root better.

Disabled by default using a compile-time flag.

ed4f089... by Unknown W. Brackets

interp: Use vfpu_dot for vdet as well.

Improves test accuracy here too. Also keep neg sign on NAN for vdiv.

Disabled by default via compile-time flag.

d2f7594... by Unknown W. Brackets

interp: Use software dot in vcrsp/vqmul.

Disabled by default using a compile-time flag.

7b84be1... by Unknown W. Brackets

interp: Fix adding infinity in software dot.