Re: [PATCH 0/2] tests/tcg: Fix float_{convs,madds}

2022-01-04 Thread Alex Bennée
Richard Henderson writes: > We didn't read the fp flags early enough, so we got whatever > came out of the guest printf. With careful review of the > hexagon output, we would have seen this long ago. Queued to testing/next, thanks. -- Alex Bennée

[PATCH 0/2] tests/tcg: Fix float_{convs,madds}

2021-12-23 Thread Richard Henderson
We didn't read the fp flags early enough, so we got whatever came out of the guest printf. With careful review of the hexagon output, we would have seen this long ago. r~ Richard Henderson (2): tests/tcg/multiarch: Read fp flags before printf test/tcg/ppc64le: Add float reference files