aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/math-emu/fmuld.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22nds32: Support FP emulationVincent Chen1-0/+23
The Andes FPU coprocessor does not support denormalized number handling. According to the specification, FPU generates a denorm input exception that requires the kernel to deal with this instrution operation when it encounters denormalized operands. Hence an nds32 FPU ISA emulator in the kernel is required to meet requirement. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Nickhu <nickhu@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>