On Mon, 27 Jan 2025 at 17:27, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > On 27/1/25 12:27, Peter Maydell wrote: > > We have one test case in check-tcg which purports to be checking > > iwMMXt. In fact it is doing no such thing: it runs the test without > > selecting an iwMMXt CPU, which means the iwMMXt insns are interpreted > > as FPA11 insns by the linux-user emulate_arm_fpa11() code. So the test > > prints garbage and then succeeds anyway. > > Uh...
It had me confused for a while, because I'd convinced myself by code inspection that we only enabled iwMMXt if you manually asked for a pxa2xx CPU and not in the default 'max' CPU, and then I found this test case that we were running with the default CPU type and which was apparently passing :-) -- PMM