Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | libm_sh: add optimised assembly implementation of lroundf and lrintf | Christian Bruel | |
* 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> | |||
2010-12-17 | libm_sh: Move fenv functions into sh4 sub-folder | Carmelo Amoroso | |
Indeed fenv funxtions are SH4 specific, so move them into an SH4 specific sub-folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> |