Re: [PATCH 05/72] tests/fp: add quad support to the benchmark utility

2021-05-11 Thread David Hildenbrand
On 08.05.21 03:46, Richard Henderson wrote: From: Alex Bennée Currently this only support softfloat calculations because working out if the hardware supports 128 bit floats needs configure magic. The 3 op muladd operation is currently unimplemented so commented out for now. Signed-off-by: Alex

[PATCH 05/72] tests/fp: add quad support to the benchmark utility

2021-05-07 Thread Richard Henderson
From: Alex Bennée Currently this only support softfloat calculations because working out if the hardware supports 128 bit floats needs configure magic. The 3 op muladd operation is currently unimplemented so commented out for now. Signed-off-by: Alex Bennée Message-Id: <20201020163738.27700-8-a