Re: [Qemu-devel] [PATCH v5 00/28] softfloat patch roundup

2018-05-15 Thread Alex Bennée
Richard Henderson writes: > This is my SNaN patch set, Alex's float-float refactor, and a couple > of other random outstanding fpu patches. This has been reordered so > as to be bisectable, since the float-float refactor requires the snan > work to avoid breakage.

Re: [Qemu-devel] [PATCH v5 00/28] softfloat patch roundup

2018-05-15 Thread Alex Bennée
Richard Henderson writes: > This is my SNaN patch set, Alex's float-float refactor, and a couple > of other random outstanding fpu patches. This has been reordered so > as to be bisectable, since the float-float refactor requires the snan > work to avoid breakage.

[Qemu-devel] [PATCH v5 00/28] softfloat patch roundup

2018-05-14 Thread Richard Henderson
This is my SNaN patch set, Alex's float-float refactor, and a couple of other random outstanding fpu patches. This has been reordered so as to be bisectable, since the float-float refactor requires the snan work to avoid breakage. This was built on top of pm215/target-arm.next to make it easier