about summary refs log tree commit diff
path: root/sysdeps/sparc/fpu/math_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix sparc build after math_private.h cleanups.David S. Miller2012-03-191-62/+1
| | | | | | | | | | | | | * sysdeps/sparc/fpu/fenv_private.h: New file. * sysdeps/sparc/fpu/math_private.h: Use it. (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl): Remove. (libc_feholdexcept_setround, libc_feholdexcept_setroundf, (libc_feholdexcept_setroundl): Remove. (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Remove. (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove. (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
* Implement optimized libc_fe*() math routines on sparc.David S. Miller2012-03-161-0/+68
* sysdeps/sparc/fpu/math_private.h: New file.