Re: [PATCH 3/4] target/alpha: Use float64_to_int64_modulo for CVTTQ

2023-06-27 Thread Philippe Mathieu-Daudé
On 27/5/23 16:19, Richard Henderson wrote: For the most part we can use the new generic routine, though exceptions need some post-processing to sort invalid from integer overflow. Signed-off-by: Richard Henderson --- target/alpha/fpu_helper.c | 85 +-- 1 f

[PATCH 3/4] target/alpha: Use float64_to_int64_modulo for CVTTQ

2023-05-27 Thread Richard Henderson
For the most part we can use the new generic routine, though exceptions need some post-processing to sort invalid from integer overflow. Signed-off-by: Richard Henderson --- target/alpha/fpu_helper.c | 85 +-- 1 file changed, 18 insertions(+), 67 deletions(-)