History log of /openbsd/sys/arch/powerpc64/include/fpu.h (Results 1 – 4 of 4)
Revision Date Author Comments
# bb20f43c 24-Mar-2022 kettenis <kettenis@openbsd.org>

Add $OpenBSD$ tag and declare that this file is in the public domain.

requested by miod@


# 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 ...


# 0de853b5 27-Jun-2020 kettenis <kettenis@openbsd.org>

Support using the FPU and AltiVec registers in userland. The registers are
unconditionally saved upon context switch when they are in use.


# 13861200 16-May-2020 kettenis <kettenis@openbsd.org>

Planting the first seed for OpenBSD/powerpc64.