fbstp: test for input that doesn't fit into i64

This commit is contained in:
Fabian 2022-08-02 19:48:03 +09:00
parent cb1c3211e9
commit a33423c2ea

View file

@ -1192,6 +1192,8 @@ void test_floats(void)
test_fbcd(-999999999999999900.0);
test_fbcd(1000000000000000000.0);
test_fbcd(-1000000000000000000.0);
test_fbcd(1000000000000000000000.0);
test_fbcd(-1000000000000000000000.0);
test_fenv();
if (TEST_CMOV) {
test_fcmov();