Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-19 | Fix sparc build after math_private.h cleanups. | David S. Miller | |
* 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. | |||
2012-03-16 | Implement optimized libc_fe*() math routines on sparc. | David S. Miller | |
* sysdeps/sparc/fpu/math_private.h: New file. |