qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ


From: Luis Fernando Fujita Pires
Subject: RE: [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ
Date: Mon, 25 Oct 2021 18:51:58 +0000

From: Richard Henderson <richard.henderson@linaro.org>

> > +static void set_dfp128_to_avr(ppc_avr_t *dst, ppc_vsr_t *src) {
> > +    dst->VsrD(0) = src->VsrD(0);
> > +    dst->VsrD(1) = src->VsrD(1);
> > +}
> 
> Given that these two are typedef of one another, I would think this is
> unnecessary and you should just write *dst = *src.

Done!

--
Luis Pires
Instituto de Pesquisas ELDORADO
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]