Re: [Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)

2017-10-16 Thread Richard Henderson
On 10/13/2017 09:24 AM, Alex Bennée wrote: > SoftFloat > = > > Previously I had pondered if switching to the newer SoftFloat3 would > be a worthwhile. While the upstream project is certainly open to > accepting patches it would be a slow process given the changes we've > made over the year

Re: [Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)

2017-10-14 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20171013162438.32458-1-alex.ben...@linaro.org Subject: [Qemu-devel] [RFC PATCH 00/30] v8.2 half

Re: [Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)

2017-10-13 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171013162438.32458-1-alex.ben...@linaro.org Subject: [Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress) === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [RFC PATCH 00/30] v8.2 half-precision support (work-in-progress)

2017-10-13 Thread Alex Bennée
Hi, This is the current state of ARM v8.2 half precision operations. There are two halves to this effort, expanding our copy of softfloat to include the requisite operations and then plumbing in the appropriate helpers and tcg generation code into the ARM front end. I'm posting this today as I wa