View Single Post
Old 05 November 2019, 19:44   #20
softwarefailure
Registered User
 
Join Date: Mar 2016
Location: Germany
Posts: 78
Quote:
Any difference if you boot using WB 3.1 disk? (with required lib copied to libs: )
I have a plain OS 3.1 installation on WinUAE and it shows the very same result. I get:

Code:
{
        "inttable": [
                1,
                2,
                3.0000000000000004,
                4,
                5
        ]
}
My CPU/FPU settings for the test are attached to this post.

Quote:
Do you get same behavior when you select 64-bit FPU? And do you get different or same results as above?
No, with a 64-bit FPU I get different results. In that case the values are even more off. This is the result with Host (64-bit) mode:

Code:
{
	"inttable": [
		1.0000000000000004,
		2.0000000000000008,
		3.0000000000000013,
		4.0000000000000017,
		5.0000000000000017
	]
}
Attached Thumbnails
Click image for larger version

Name:	cpufpu.PNG
Views:	85
Size:	93.1 KB
ID:	65105  
softwarefailure is offline  
 
Page generated in 0.04541 seconds with 12 queries