aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/math-emu/fd2siz.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31nds32: add new emulations for floating point instructionVincent Chen1-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>