aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert19-19/+19
2023-12-19i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella1-18/+5
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers19-19/+19
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert19-19/+19
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2-0/+8
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2-0/+8
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2-0/+8
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2-0/+8
2021-09-24Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor caseJoseph Myers1-2/+6
2021-09-23Fix ffma use of round-to-odd on x86Joseph Myers1-0/+46
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar2-3/+0
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert18-18/+18
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar1-0/+30
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-0/+45
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-0/+46
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-0/+27
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella1-57/+0
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-0/+57
2020-03-30x86: Remove feraiseexcept optimizationAdhemerval Zanella2-111/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert16-16/+16
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-03-07Fix location where math-vector-fortran.h is installed.marxin1-0/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-20Add new Fortran vector math header file.marxin1-0/+43
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-0/+179
2018-12-19Remove x86 mathinline.h.Joseph Myers2-295/+32
2018-12-19Remove x86 mathinline.h sinh, cosh, tanh inlines.Joseph Myers1-16/+0
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers1-13/+0