Skip to content

Commit

Permalink
Merge pull request #17859 from unknownbrackets/irjit-vec4
Browse files Browse the repository at this point in the history
irjit: Use Vec4 a bit more
  • Loading branch information
hrydgard authored Aug 6, 2023
2 parents 014fbea + 3dc71cf commit e9431d0
Show file tree
Hide file tree
Showing 9 changed files with 213 additions and 59 deletions.
3 changes: 2 additions & 1 deletion Core/MIPS/IR/IRCompFPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ void IRFrontend::Comp_mxc1(MIPSOpcode op) {
UpdateRoundingMode();
ApplyRoundingMode();
} else {
Comp_Generic(op);
// Maybe not strictly invalid? But likely invalid.
INVALIDOP;
}
return;
default:
Expand Down
Loading

0 comments on commit e9431d0

Please sign in to comment.