31 lines
389 B
Plaintext
31 lines
389 B
Plaintext
Description:
|
|
Trapping floating-point exceptions, i.e. turning a floating-point exception
|
|
into a signal.
|
|
|
|
Files:
|
|
lib/fpe-trapping.h
|
|
m4/fpe-trapping.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
fenv-exceptions-tracking-c99
|
|
fenv-exceptions-trapping
|
|
|
|
configure.ac:
|
|
gl_FPE_TRAPPING
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += fpe-trapping.h
|
|
|
|
Include:
|
|
"fpe-trapping.h"
|
|
|
|
Link:
|
|
$(FPE_TRAPPING_LIBM)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|