Re: [PATCH 05/10] softfloat: Name compare relation enum

2020-05-19 Thread Alex Bennée
Richard Henderson writes: > Give the previously unnamed enum a typedef name. Use it in the > prototypes of compare functions. Use it to hold the results > of the compare functions. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH 05/10] softfloat: Name compare relation enum

2020-05-15 Thread Philippe Mathieu-Daudé
On 5/15/20 9:01 PM, Richard Henderson wrote: Give the previously unnamed enum a typedef name. Use it in the prototypes of compare functions. Use it to hold the results of the compare functions. Signed-off-by: Richard Henderson --- include/fpu/softfloat.h | 25 +++--

[PATCH 05/10] softfloat: Name compare relation enum

2020-05-15 Thread Richard Henderson
Give the previously unnamed enum a typedef name. Use it in the prototypes of compare functions. Use it to hold the results of the compare functions. Signed-off-by: Richard Henderson --- include/fpu/softfloat.h | 25 +++-- target/i386/ops_sse.h | 8 +++ fp