mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-14 12:40:11 +00:00
Re-enable vdot and vadd/etc. in x86 jit.
This commit is contained in:
parent
f532951331
commit
7fee4dfd13
@ -316,7 +316,7 @@ void Jit::Comp_SVQ(u32 op)
|
||||
}
|
||||
|
||||
void Jit::Comp_VDot(u32 op) {
|
||||
DISABLE;
|
||||
CONDITIONAL_DISABLE;
|
||||
|
||||
// No-op.
|
||||
if (js.writeMask[0]) {
|
||||
@ -372,7 +372,7 @@ void Jit::Comp_VDot(u32 op) {
|
||||
}
|
||||
|
||||
void Jit::Comp_VecDo3(u32 op) {
|
||||
DISABLE;
|
||||
CONDITIONAL_DISABLE;
|
||||
|
||||
// WARNING: No prefix support!
|
||||
if (js.MayHavePrefix())
|
||||
|
Loading…
Reference in New Issue
Block a user