#
068793cc |
| 09-Jan-2021 |
kettenis <kettenis@openbsd.org> |
Enable support for floating-point exceptions. We always run in "precise" mode. On modern processors (POWER8 and later) there is no performance penalty for this as long as exceptions are disabled in
Enable support for floating-point exceptions. We always run in "precise" mode. On modern processors (POWER8 and later) there is no performance penalty for this as long as exceptions are disabled in the FPSCR (which is the default). This way we don't have to implement an architecture-dependent system call to set the mode, as it can only be done by the kernel.
With help from gkoehler@
ok gkoehler@
show more ...
|