Branch
Hash :
21bad22d
Author :
Date :
2024-12-27T23:14:06
Rename module fenv to fenv-h. * modules/fenv-h: Renamed from modules/fenv. * modules/fenv-h-tests: Renamed from modules/fenv-tests. * modules/fenv-h-c++-tests: Renamed from modules/fenv-c++-tests. * tests/test-fenv-h.c: Renamed from tests/test-fenv.c. * tests/test-fenv-h-c++.cc: Renamed from tests/test-fenv-c++.cc. * doc/posix-headers/fenv.texi: Update. * modules/* (Depends-on): Update. * modules/fenv: New file.
Description:
Functions for controlling the floating-point rounding direction:
fegetround, fesetround.
Files:
lib/fenv-round.c
lib/fenv-private.h
m4/fenv-rounding.m4
m4/mathfunc.m4
Depends-on:
fenv-h
configure.ac:
gl_FENV_ROUNDING
gl_CONDITIONAL([GL_COND_OBJ_FENV_ROUNDING],
[test $HAVE_FESETROUND = 0 || test $REPLACE_FESETROUND = 1])
gl_FENV_MODULE_INDICATOR([fegetround])
gl_FENV_MODULE_INDICATOR([fesetround])
Makefile.am:
if GL_COND_OBJ_FENV_ROUNDING
lib_SOURCES += fenv-round.c
endif
Include:
#include <fenv.h>
Link:
$(FENV_ROUNDING_LIBM)
License:
LGPLv2+
Maintainer:
all