about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
Commit message (Expand)AuthorAgeFilesLines
* regenerate ulps on x86_64 with -march=nativePaul Zimmermann2021-04-281-3/+3
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-071-3/+3
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-38/+38
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-1118-183/+3
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-1/+3
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-271-24/+26
* libmvec: Add extra-test-objs to test-extrasH.J. Lu2021-01-191-0/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02277-277/+277
* x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar2020-12-241-1/+0
* x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar2020-12-241-2/+0
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-211-11/+13
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-184-8/+0
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-111-1/+1
* x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek2020-09-021-1/+1
* math: Update x86_64 ulpsAdhemerval Zanella2020-08-081-3/+3
* Update x86-64 libm-test-ulpsAndreas K. Hüttel2020-07-251-2/+2
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-1310-22/+22
* i386: Use builtin sqrtlAdhemerval Zanella2020-06-221-27/+0
* x86_64: Use builtin sqrt{f,l}Adhemerval Zanella2020-06-224-65/+31
* Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella2020-04-201-3/+1
* x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2020-04-171-1/+3
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-311-42/+46
* math: Remove inline math testsAdhemerval Zanella2020-03-191-1116/+0
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0321-31/+53
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01279-279/+279
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-111-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2151-428/+57
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07285-285/+285
* x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu2019-07-241-0/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01285-285/+285
* x86-64: Remove s_sincosf-sse2.SH.J. Lu2018-12-263-568/+2
* Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu2018-12-261-0/+6
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-261-270/+1
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-214-5/+8
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-215-4/+10
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-215-7/+10
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Add new pow implementationSzabolcs Nagy2018-09-191-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-32/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-143-24/+2
* Remove x86_64 math_private.h asms.Joseph Myers2018-09-111-44/+0
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-1/+0
* Fix spaces in x86_64 ULP fileWilco Dijkstra2018-08-151-3/+3
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-2/+44