Re: [PATCH] softfloat: Mark base int-to-float routines QEMU_FLATTEN

2020-10-19 Thread Alex Bennée
Richard Henderson writes: > This merges the int_to_float routine and the round_pack_canonical > routine into the same function, allowing the FloatParts structure > to be decomposed by the compiler. > > This results in a 60-75% speedup of the flattened function. > > Leave the narrower integer

Re: [PATCH] softfloat: Mark base int-to-float routines QEMU_FLATTEN

2020-10-19 Thread Philippe Mathieu-Daudé
On 10/18/20 10:33 PM, Richard Henderson wrote: This merges the int_to_float routine and the round_pack_canonical routine into the same function, allowing the FloatParts structure to be decomposed by the compiler. This results in a 60-75% speedup of the flattened function. Leave the narrower

Re: [PATCH] softfloat: Mark base int-to-float routines QEMU_FLATTEN

2020-10-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201018203334.1229243-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201018203334.1229243-1-richard.hender...@linaro.org Subject: [PATCH]