1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Description:
Functions for saving the floating-point exception status flags:
fegetexceptflag, fesetexceptflag, fetestexceptflag.
Files:
lib/fenv-except-state-test.c
m4/fenv-exceptions-state-c23.m4
m4/mathfunc.m4
Depends-on:
fenv-h
fenv-exceptions-state-c99
configure.ac:
gl_FENV_EXCEPTIONS_STATE_C23
gl_CONDITIONAL([GL_COND_OBJ_FENV_EXCEPTIONS_STATE_C23],
[test $HAVE_FETESTEXCEPTFLAG = 0])
gl_FENV_MODULE_INDICATOR([fetestexceptflag])
Makefile.am:
if GL_COND_OBJ_FENV_EXCEPTIONS_STATE_C23
lib_SOURCES += fenv-except-state-test.c
endif
Include:
#include <fenv.h>
Link:
$(FENV_EXCEPTIONS_STATE_LIBM)
License:
LGPLv2+
Maintainer:
all
|