aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/s_sinf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella1-0/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-14Improve performance of sinf and cosfWilco Dijkstra1-118/+54
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan1-100/+7
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella1-2/+2
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy1-3/+3
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu1-6/+6
2017-12-04Use __floor not floor in sinf.Joseph Myers1-2/+2
2017-12-04New generic sinfRajalakshmi Srinivasaraghavan1-41/+226
2017-09-22Use libm_alias_float in flt-32.Joseph Myers1-1/+2
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva1-1/+10
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-6/+1
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper1-2/+7
1999-07-14Update.Ulrich Drepper1-0/+54