naev 0.10.4
Functions
debug_fpu.c File Reference

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

Detailed Description

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.

Function Documentation

◆ debug_enableFPUExcept()

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.