Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev | |
FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt |