diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-11 01:05:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-11 01:05:26 +0000 |
commit | 7ad6d73d6fb83394f97f93ce9472303117bdf020 (patch) | |
tree | 9cfc41b6f8fa75303b62d3ec59a298e7092ab85f /bits/fenvinline.h | |
parent | 1fc6f81397fefb17827fcaf9ab0acd5c6d327dc9 (diff) | |
download | glibc-7ad6d73d6fb83394f97f93ce9472303117bdf020.zip glibc-7ad6d73d6fb83394f97f93ce9472303117bdf020.tar.gz glibc-7ad6d73d6fb83394f97f93ce9472303117bdf020.tar.bz2 |
Update.
* 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>
Diffstat (limited to 'bits/fenvinline.h')
-rw-r--r-- | bits/fenvinline.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bits/fenvinline.h b/bits/fenvinline.h new file mode 100644 index 0000000..42f77b5 --- /dev/null +++ b/bits/fenvinline.h @@ -0,0 +1,8 @@ +/* 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 |