FSGNJ: Replace use of Switch() with explicit muxes
authorMichael Nolan <mtnolan2640@gmail.com>
Mon, 27 Jan 2020 14:34:40 +0000 (09:34 -0500)
committerMichael Nolan <mtnolan2640@gmail.com>
Mon, 27 Jan 2020 14:34:40 +0000 (09:34 -0500)
commit13c739f273397ecc0e34a160aac15075760c748a
treeca90bd39cf16feebdbda6fe4f2a17768a6508e7a
parent502b4985ccefb10301f772430dda98433f9142fd
FSGNJ: Replace use of Switch() with explicit muxes

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

"If(), Switch() and friends are fine for modules that are strictly
scalar, but will not work if the module is converted to SIMD."
src/ieee754/fsgnj/fsgnj.py