forked from eden-emu/eden
shader: Implement FCMP
still need to configure some settings for NV denorm flush and intel NaN
This commit is contained in:
parent
3a63fa0477
commit
ba8c1d2eb4
9 changed files with 203 additions and 50 deletions
|
@ -201,22 +201,6 @@ void TranslatorVisitor::FCHK_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::FCHK_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FCMP_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FCMP_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FCMP_rc(u64) {
|
||||
ThrowNotImplemented(Opcode::FCMP_rc);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FCMP_cr(u64) {
|
||||
ThrowNotImplemented(Opcode::FCMP_cr);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FCMP_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::FCMP_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FMNMX_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FMNMX_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue