linux/arch/s390/include/asm/fpu
Hendrik Brueckner 0486480802 s390/vx: add support functions for in-kernel FPU use
Introduce the kernel_fpu_begin() and kernel_fpu_end() function
to enclose any in-kernel use of FPU instructions and registers.
In enclosed sections, you can perform floating-point or vector
(SIMD) computations.  The functions take care of saving and
restoring FPU register contents and controls.

For usage details, see the guidelines in arch/s390/include/asm/fpu/api.h

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-06-14 16:54:11 +02:00
..
api.h s390/vx: add support functions for in-kernel FPU use 2016-06-14 16:54:11 +02:00
internal.h s390/fpu: signals vs. floating point control register 2016-02-22 09:29:35 +01:00
types.h s390/vx: add support functions for in-kernel FPU use 2016-06-14 16:54:11 +02:00