summaryrefslogtreecommitdiffstats
path: root/libm/sh
Commit message (Collapse)AuthorAgeFilesLines
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-173-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-folderCarmelo Amoroso2010-12-173-3/+4
| | | | | | | Indeed fenv funxtions are SH4 specific, so move them into an SH4 specific sub-folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-143-4/+5
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libm_sh: Re-added sh specific files erroneously removed recently,Carmelo Amoroso2009-01-143-0/+75
and moved under a better folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>