Skip to content

Commit 9fa7434

Browse files
committed
test
1 parent 5169590 commit 9fa7434

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/engine/framework/System.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,13 @@ static void SetFloatingPointExceptions()
437437
_controlfp_s(&current, exceptions, _MCW_EM);
438438
#endif
439439
#endif
440+
// TODO: remove it.
441+
#if 1
442+
const float x = -1.0f;
443+
const float f = 0.0f;
444+
printf("%f\n", sqrt(x));
445+
printf(" %f\n", 1/f);
446+
#endif
440447
}
441448

442449
// Common code for fatal and non-fatal exit

0 commit comments

Comments
 (0)