[libre-riscv-dev] [Bug 123] IEEE754 FPU FMAC needed

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Sat Aug 10 08:38:41 BST 2019


http://bugs.libre-riscv.org/show_bug.cgi?id=123

--- Comment #8 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
            # XXX check! {doSubMags ? ~sigC : sigC,
            #            {(sigSumWidth - sigWidth + 2){doSubMags}}};
            extComplSigC.eq(Cat((sigSumWidth - sigWidth + 2){doSubMags}},
                                Mux(doSubMags, ~sigC, sigC))),

anyone know what this translates to?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list