Skip to content
Commit 2bcb3fbc authored by Paul Burton's avatar Paul Burton Committed by Ralf Baechle
Browse files

MIPS: Dumb MSA FP exception handler



This patch adds a simple handler for MSA FP exceptions which delivers a
SIGFPE to the running task. In the future it should probably be extended
to re-execute the instruction with the MSACSR.NX bit set in order to
generate results for any elements which did not cause an exception
before delivering the SIGFPE signal.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6432/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1db1af84
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment