Re: [hatari-devel] relative perf between 030 / DSP / CPU? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] relative perf between 030 / DSP / CPU?
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Wed, 25 Jun 2025 23:34:53 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi 8B8294098E8A
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1750883693; bh=WRoZWg0jYa+K1iJ/fijZv1s0gOmbDwQO6v0avFqr7Z8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=XxsbR+4QJOfJGG1apvNzIwRtc6p+aedzv+fG6cKEswIfSCO5yJSjpX1tJsfx2rRCN YUdllzUf6CNEZYZXkynVMifmAUJAvIUo1G01EkKBikUTN16P4zE/UvX4QLUNwaNhz5 uOWAHPa5gdzac9rX0q4VQYMIOilWVpxvK+dcX3cAjHJGTCzq9U0rMoQExsZi9S/f1s Bbk9oWW9Q4UHqwsCaP5Yqx2gv96gS6joauX8WqN8jcBcrDkDfr7BgyHw2fOH9twqov yu6MGE/uxEJV0zd8qF9FH5B5SvnC0NwSjfgI5wIda2u3c1j5NYnweGe822JodBS2WB V3iun7Lg1Qi/w==
Hi,
On 25.6.2025 10.56, Nicolas Pomarède wrote:
I would need to have a closer look for DSP,
Laurent stated earlier (maybe few years back) that DSP side is accurate,
I guess the issue is relative speed between CPU vs DSP.
but for FPU Toni/WinUAE told
that it was not cycle accurate at all ; cycles are not known so I guess
it uses a rough estimate that will be ok in some cases and not in others
Ok.
As to why FPU would be slower when using MMU, either it's a different
code path in WinUAE or there's sthg wrong in Hatari.
Do you have some Amiga FPU test that could be used to test this?
If it shows a clear perf difference, I think issue is definitely on
WinUAE side.
Note that MMU emulation has no cycle exact behaviour, so if you want to
compare with/without MMU, be sure to not use "cycle exact" mode in Hatari
What exactly is not cycle-exact when MMU is enabled; just the
virtual->physical address translation or also something else?
Eero