FPU 80-bit accuracy

Discussion of development and patch submission.
Post Reply
msteel
Posts: 9
Joined: Thu 27 Apr, 2017 4:19 pm

FPU 80-bit accuracy

Post by msteel »

Hey guys,

I’m not sure if this can be used in PCem but looking at WinUAE emulator for the Amiga, just implemented full 80-bit FPU support. http://www.winuae.net

Source code can be found here https://github.com/tonioni/WinUAE?files=1

Thanks.
User avatar
SarahWalker
Site Admin
Posts: 2054
Joined: Thu 24 Apr, 2014 4:18 pm

Re: FPU 80-bit accuracy

Post by SarahWalker »

Only on x86 - non-x86 platforms have to use softfloat. Since PCem also runs on ARM (as of a couple of days ago), portability isn't an academic question anymore and an x86-only solution isn't viable.
Post Reply