On 5/31/19 5:44 AM, David Hildenbrand wrote:
> +void HELPER(gvec_vfa64)(void *v1, const void *v2, const void *v3,
> + CPUS390XState *env, uint32_t desc)
> +{
> + vop64_3(v1, v2, v3, env, false, vfa64, GETPC());
> +}Given that make_float64 is banished, I guess you can pass float64_add here directly. With that, Reviewed-by: Richard Henderson <[email protected]> r~
