about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Expand)AuthorAgeFilesLines
* math: Fix exp10 undefined left shiftSzabolcs Nagy46 hours1-3/+3
* nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2024-05-201-0/+2
* math: remove exp10 wrappersWilco Dijkstra2024-01-122-3/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0181-81/+81
* math: Add new exp10 implementationJoe Ramsay2023-12-043-24/+135
* Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab2023-10-161-9/+5
* x86_64: Add log1p with FMAH.J. Lu2023-08-211-0/+5
* x86_64: Add expm1 with FMAH.J. Lu2023-08-141-0/+7
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-301-3/+0
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-302-2/+2
* math: Improve fmod(f) performanceWilco Dijkstra2023-04-171-39/+51
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-034-4/+28
* math: Improve fmodAdhemerval Zanella Netto2023-04-032-96/+208
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0680-80/+80
* Use GCC builtins for logb functions if desired.Xiaolin Tang2022-11-291-0/+5
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-291-6/+12
* Use GCC builtins for lrint functions if desired.Xiaolin Tang2022-11-291-6/+12
* math: Fix asin and acos invalid exception with old gccSzabolcs Nagy2022-10-171-16/+2
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-011-0/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0180-80/+80
* sysdeps: Simplify sin Taylor Series calculationAkila Welihinda2021-12-131-5/+5
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-132-4/+22
* math: Use fmin/fmax on hypotWilco Dijkstra2021-12-131-2/+3
* math: Improve hypot performance with FMAWilco Dijkstra2021-12-131-1/+16
* math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra2021-12-131-143/+92
* Add narrowing fma functionsJoseph Myers2021-09-223-0/+42
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-212-2/+4
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* Add narrowing square root functionsJoseph Myers2021-09-102-0/+35
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0339-41/+0
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+5
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-1/+3
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-071-11/+26
* math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra2021-03-1115-2452/+0
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-115-7823/+0
* math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2021-03-112-294/+40
* math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra2021-03-113-181/+27
* math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra2021-03-115-708/+81
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-298/+43
* math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella2021-01-111-1/+2
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-0734-1837/+422
* Remove dbl-64/wordsize-64Wilco Dijkstra2021-01-074-4/+31
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02102-102/+102
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-181-62/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-062-0/+6
* ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta2020-06-157-223/+193
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-032-0/+12
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-031-0/+6
* Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra2020-02-071-4/+4