summaryrefslogtreecommitdiffstats
path: root/arch/nds32/math-emu/fd2ui.c
Commit message (Collapse)AuthorAgeFilesLines
* nds32: add new emulations for floating point instructionVincent Chen2019-05-311-0/+30
The existing floating point emulations is only available for floating instruction that possibly issue denormalized input and underflow exceptions. These existing FPU emulations are not sufficient when IEx Trap is enabled because some floating point instructions only issue inexact exception. This patch adds the emulations of such floating point instructions. Signed-off-by: Vincent Chen <vincentc@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
OpenPOWER on IntegriCloud