ppcfpopcodes: infinities should set FPCC_FUNAN.

This commit is contained in:
Maxim Poliakovski 2023-11-30 12:52:34 +01:00
parent 0a9107b602
commit 8c3dfe94c7
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static void fpresult_update(double set_result) {
}
if (std::isinf(set_result))
ppc_state.fpscr |= FPCC_FPRCD;
ppc_state.fpscr |= FPCC_FUNAN;
}
}