Log warning to console when not using full FPU 80-bit precision
This commit is contained in:
parent
ccaf4a852a
commit
3311704199
1 changed files with 3 additions and 0 deletions
|
@ -651,6 +651,9 @@ void FPU_ESC7_Normal(Bitu rm) {
|
|||
|
||||
|
||||
void FPU_Init(Section*) {
|
||||
#if !C_FPU_X86
|
||||
LOG_WARNING("FPU: Using reduced-precision floating-point emulation");
|
||||
#endif
|
||||
FPU_FINIT();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue