![]() |
naev 0.12.5
|
Implements the debug_enableFPUExcept function where supported (GNU systems). This is separated into its own file because defining _GNU_SOURCE – the only way to get access to feenableexcept() – does frightening things. More...
#include "debug.h"
Go to the source code of this file.
Functions | |
| void | debug_enableFPUExcept (void) |
| Enables FPU exceptions. Artificially limited to Linux until link issues are figured out. | |
| void | debug_disableFPUExcept (void) |
| Disables FPU exceptions. | |
Implements the debug_enableFPUExcept function where supported (GNU systems). This is separated into its own file because defining _GNU_SOURCE – the only way to get access to feenableexcept() – does frightening things.
Definition in file debug_fpu.c.
| void debug_disableFPUExcept | ( | void | ) |
Disables FPU exceptions.
Definition at line 37 of file debug_fpu.c.
| void debug_enableFPUExcept | ( | void | ) |
Enables FPU exceptions. Artificially limited to Linux until link issues are figured out.
Definition at line 27 of file debug_fpu.c.