about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/ftestexcept.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* PowerPC floating point little-endian [8 of 15]Anton Blanchard2013-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | http://sourceware.org/ml/libc-alpha/2013-07/msg00199.html Corrects floating-point environment code for little-endian. * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int array with long long. * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust. * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust. * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust. * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust. * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust. * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust. * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust. * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust. * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust. * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust. * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust. * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust. * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-1/+2
|
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
| | | | | | | | | | | | | | 2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
* Update.Ulrich Drepper1999-11-011-0/+33
* sysdeps/mips/fclrexcpt.c: Moved to... * sysdeps/mips/fpu/fclrexcpt.c: ...here. * sysdeps/mips/fegetenv.c: Moved to... * sysdeps/mips/fpu/fegetenv.c: ...here. * sysdeps/mips/fegetround.c: Moved to... * sysdeps/mips/fpu/fegetround.c: ...here. * sysdeps/mips/fesetenv.c: Moved to... * sysdeps/mips/fpu/fesetenv.c: ...here. * sysdeps/mips/fesetround.c: Moved to... * sysdeps/mips/fpu/fesetround.c: ...here. * sysdeps/mips/feupdateenv.c: Moved to... * sysdeps/mips/fpu/feupdateenv.c: ...here. * sysdeps/mips/fgetexcptflg.c: Moved to... * sysdeps/mips/fpu/fgetexcptflg.c: ...here. * sysdeps/mips/ftestexcept.c: Moved to... * sysdeps/mips/fpu/ftestexcept.c: ...here.