7ad6d73d6f
* math/fenv.h: Include bits/fenvinline.h if optimizing. * sysdeps/powerpc/fpu/bits/fenv.h: Remove inline functions. Moved to.. * sysdeps/powerpc/fpu/bits/fenvinline.h: ...here. New file. * sysdeps/generic/bits/fenv.h: New file. 1999-11-10 Ulrich Drepper <drepper@cygnus.com>
9 lines
190 B
C
9 lines
190 B
C
/* This file provides inline versions of floating-pint environment
|
|
handling functions. If there were any. */
|
|
|
|
#ifndef __NO_MATH_INLINES
|
|
|
|
/* Here is where the code would go. */
|
|
|
|
#endif
|