0628630580
the function bodies require only 2 to 10 instructions. However, it leads to application binaries that refer to a private ABI, namely, the softfloat innards in libc. This could complicate future changes in the implementation of the floating-point emulation layer, so it seems best to have programs refer to the official fe* entry points in libm.
19 lines
198 B
Plaintext
19 lines
198 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
FBSD_1.0 {
|
|
};
|
|
|
|
FBSD_1.3 {
|
|
feclearexcept;
|
|
fegetexceptflag;
|
|
fesetexceptflag;
|
|
feraiseexcept;
|
|
fetestexcept;
|
|
fegetround;
|
|
fesetround;
|
|
fegetenv;
|
|
feholdexcept;
|
|
feupdateenv;
|
|
};
|