Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm_sh: add optimised assembly implementation of lroundf and lrintf | Christian Bruel | 2010-12-17 | 3 | -3/+96 |
| | | | | | | | | | | * libc/sysdeps/linux/sh/sysdep.h: Add LOCAL macro * libm/sh/sh4/Makefile.arch: Include asm source in the build * libm/sh/sh4/s_lrintf.S [NEW]: optimised asm lrintf * libm/sh/sh4/s_lroundf.S [NEW]: optimised asm lroundf Signed-off-by: Christian Bruel <christian.bruel@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | libm_sh: Move fenv functions into sh4 sub-folder | Carmelo Amoroso | 2010-12-17 | 3 | -0/+77 |
Indeed fenv funxtions are SH4 specific, so move them into an SH4 specific sub-folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> |