Re: [PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES

2025-01-28 Thread Peter Maydell
On Fri, 24 Jan 2025 at 16:28, Peter Maydell wrote: > > This patchset implements emulation of the Arm FEAT_AFP and FEAT_RPRES > extensions, which are floating-point related. I plan to take into target-arm.next the following patches from the start of this series: 3-21, 25, 26. (Paolo has already pi

Re: [PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES

2025-01-24 Thread Peter Maydell
On Fri, 24 Jan 2025 at 16:28, Peter Maydell wrote: > > This patchset implements emulation of the Arm FEAT_AFP and FEAT_RPRES > extensions, which are floating-point related. It's based on the > small i386 bugfix series I sent out a while back: > > Based-on: 20250116112536.4117889-1-peter.mayd...@li

[PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES

2025-01-24 Thread Peter Maydell
This patchset implements emulation of the Arm FEAT_AFP and FEAT_RPRES extensions, which are floating-point related. It's based on the small i386 bugfix series I sent out a while back: Based-on: 20250116112536.4117889-1-peter.mayd...@linaro.org ("target/i386: Fix 0 * Inf + QNaN regression") (It wo