Set the FPU control word as needed for 'long double' computations.
[gnulib.git] / modules / ldexpl
1 Description:
2 ldexpl() function: multiply a 'long double' by a power of 2.
3
4 Files:
5 lib/ldexpl.c
6 m4/ldexpl.m4
7
8 Depends-on:
9 math
10 isnanl-nolibm
11 fpucw
12
13 configure.ac:
14 gl_FUNC_LDEXPL
15 gl_MATH_MODULE_INDICATOR([ldexpl])
16
17 Makefile.am:
18
19 Include:
20 <math.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible, Paolo Bonzini
27