| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64: Add vector exp10/exp10f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 18 | -0/+2330 |
* | x86-64: Add vector exp2/exp2f implementation to libmvec | Sunil K Pandey | 2021-12-29 | 18 | -0/+2006 |
* | x86-64: Add vector hypot/hypotf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 18 | -0/+1864 |
* | x86-64: Add vector asin/asinf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 18 | -0/+1902 |
* | x86-64: Add vector atan/atanf implementation to libmvec | Sunil K Pandey | 2021-12-29 | 18 | -0/+1454 |
* | x86-64: Add vector acos/acosf implementation to libmvec | Sunil K Pandey | 2021-12-22 | 19 | -0/+2024 |
* | x86-64: Add sysdeps/x86_64/fpu/Makeconfig | H.J. Lu | 2021-10-20 | 1 | -48/+20 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 1 | -0/+6 |
* | Redirect fma calls to __fma in libm | Joseph Myers | 2021-09-15 | 2 | -0/+2 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 9 | -9/+0 |
* | x86-64: Remove assembler AVX512DQ check | H.J. Lu | 2021-08-24 | 12 | -96/+0 |
* | x86-64: Optimize load of all bits set into ZMM register [BZ #28252] | H.J. Lu | 2021-08-22 | 10 | -64/+11 |
* | x86_64: roundeven with sse4.1 support | Shen-Ta Hsieh | 2021-06-27 | 7 | -2/+118 |
* | math: Remove mpa files [BZ #15267] | Wilco Dijkstra | 2021-03-11 | 18 | -183/+3 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 153 | -153/+153 |
* | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula | 2020-12-18 | 4 | -8/+0 |
* | x86-64: Fix FMA4 detection in ifunc [BZ #26534] | Ondřej Hošek | 2020-09-02 | 1 | -1/+1 |
* | x86: Support usable check for all CPU features | H.J. Lu | 2020-07-13 | 9 | -19/+19 |
* | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 2020-01-03 | 10 | -22/+28 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 153 | -153/+153 |
* | Always use wordsize-64 version of s_trunc.c. | Stefan Liebler | 2019-12-11 | 1 | -1/+1 |
* | Always use wordsize-64 version of s_ceil.c. | Stefan Liebler | 2019-12-11 | 1 | -1/+1 |
* | Always use wordsize-64 version of s_floor.c. | Stefan Liebler | 2019-12-11 | 1 | -1/+1 |
* | Always use wordsize-64 version of s_rint.c. | Stefan Liebler | 2019-12-11 | 1 | -1/+1 |
* | Always use wordsize-64 version of s_nearbyint.c. | Stefan Liebler | 2019-12-11 | 1 | -1/+1 |
* | Remove x64 _finite tests and references | Wilco Dijkstra | 2019-10-21 | 18 | -48/+48 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 153 | -153/+153 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 153 | -153/+153 |
* | x86-64: Remove s_sincosf-sse2.S | H.J. Lu | 2018-12-26 | 2 | -2/+2 |
* | x86-64: Vectorize sincosf_poly and update s_sincosf-fma.c | H.J. Lu | 2018-12-26 | 1 | -270/+1 |
* | Remove the error handling wrapper from pow | Szabolcs Nagy | 2018-11-21 | 4 | -5/+8 |
* | Remove the error handling wrapper from log | Szabolcs Nagy | 2018-11-21 | 5 | -4/+10 |
* | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 2018-11-21 | 5 | -7/+10 |
* | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2018-09-20 | 2 | -0/+2 |
* | Add new pow implementation | Szabolcs Nagy | 2018-09-19 | 1 | -2/+2 |
* | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2018-09-17 | 2 | -0/+2 |
* | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2018-09-14 | 2 | -0/+2 |
* | Improve performance of sinf and cosf | Wilco Dijkstra | 2018-08-14 | 1 | -1/+32 |
* | x86: Don't include <init-arch.h> in assembly codes | H.J. Lu | 2018-08-03 | 2 | -2/+0 |
* | Remove mplog and mpexp | Wilco Dijkstra | 2018-02-15 | 10 | -75/+3 |
* | Remove slow paths from exp | Szabolcs Nagy | 2018-02-12 | 7 | -36/+3 |
* | Remove slow paths from pow | Wilco Dijkstra | 2018-02-12 | 7 | -40/+4 |
* | x86-64: Add sincosf with vector FMA | H.J. Lu | 2018-01-08 | 4 | -2/+273 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 152 | -152/+152 |
* | Revert exp reimplementation (causes test failures). | Joseph Myers | 2017-12-19 | 7 | -3/+36 |
* | Improve __ieee754_exp() performance by greater than 5x on sparc/x86. | Patrick McGehearty | 2017-12-19 | 7 | -36/+3 |
* | x86-64: Add cosf with FMA | H.J. Lu | 2017-12-12 | 4 | -2/+35 |
* | x86-64: Add sinf with FMA | H.J. Lu | 2017-12-07 | 4 | -1/+36 |
* | Use libm_alias_float for x86_64. | Joseph Myers | 2017-11-29 | 11 | -11/+37 |