Skip to content
Commit 266da65e authored by Dave Martin's avatar Dave Martin Committed by Eric W. Biederman
Browse files

signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions



Some architectures cannot always report accurately what kind of
floating-point exception triggered a floating-point exception trap.

This can occur with fp exceptions occurring on lanes in a vector
instruction on arm64 for example.

Rather than have every architecture come up with its own way of
describing such a condition, this patch adds a common FPE_FLTUNK
si_code value to report that an fp exception caused a trap but we
cannot be certain which kind of fp exception it was.

Signed-off-by: default avatarDave Martin <Dave.Martin@arm.com>
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent f6a01549
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