freebsd-dev/sys/alpha
Doug Rabson 5b38fe900d Implement 'software completion' for floating point arithmetic. On the
alpha, operations involving non-finite numbers or denormalised numbers
or operations which should generate such numbers will cause an arithmetic
exception.  For programs which follow some strict code generation rules,
the kernel trap handler can then 'complete' the operation by emulating
the faulting instruction.

To use software completion, a program must be compiled with the arguments
'-mtrap-precision=i' and '-mfp-trap-mode=su' or '-mfp-trap-mode=sui'.
Programs compiled in this way can use non-finite and denormalised numbers
at the expense of slightly less efficient code generation of floating
point instructions.  Programs not compiled with these options will receive
a SIGFPE signal when non-finite or denormalised numbers are used or
generated.

Reviewed by: John Polstra <jdp@polstra.com>
1998-12-04 10:52:48 +00:00
..
alpha Implement 'software completion' for floating point arithmetic. On the 1998-12-04 10:52:48 +00:00
conf Implement 'software completion' for floating point arithmetic. On the 1998-12-04 10:52:48 +00:00
include Implement 'software completion' for floating point arithmetic. On the 1998-12-04 10:52:48 +00:00
isa Add support for 'vmstat -i'. 1998-11-28 09:55:16 +00:00
linux Finished updating module event handlers to be compatible with 1998-11-15 15:33:52 +00:00
pci Enable BWX i/o access. I disabled it by mistake with the last commit. 1998-12-02 09:33:27 +00:00
tc Add support for TurboChannel alphas (DEC 3000/300 and 3000/500). 1998-08-20 08:27:11 +00:00
tlsb * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00