aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
9 daysmath: Remove clz_uint64/ctz_uint64 and use stdbit.hAdhemerval Zanella2-22/+5
9 daysmath: Split erf and erfcAdhemerval Zanella2-126/+217
9 daysmath: Use internal fesetround alias on fmaAdhemerval Zanella4-7/+7
9 daysmath: Use internal fetestexcept alias on fmaAdhemerval Zanella4-10/+10
9 daysmath: Use internal feholdexcept alias on fmaAdhemerval Zanella4-4/+4
9 daysmath: Use internal feupdateenv alias on fmaAdhemerval Zanella4-11/+11
9 daysmath: Use internal feholdexcept alias on fmaAdhemerval Zanella4-4/+4
2025-08-23stdio-common: Convert macros across scanf input specifier testsMaciej W. Rozycki1-8/+10
2025-08-23stdio-common: Adjust header inclusion in scanf input specifier testsMaciej W. Rozycki1-2/+4
2025-08-23stdio-common: Fix NaN input data for scanf input specifier tests [BZ #32857]Maciej W. Rozycki48-1264/+1264
2025-08-11stdio-common: Add 'f' conversion tests for . scanf input [BZ #12701]Maciej W. Rozycki12-612/+612
2025-08-11stdio-common: Add 'e' conversion tests for . scanf input [BZ #12701]Maciej W. Rozycki12-648/+648
2025-08-11stdio-common: Add 'a', 'g' conversion tests for 0x. scanf input [BZ #12701]Maciej W. Rozycki24-1584/+1584
2025-06-25powerpc: Remove modff optimizationAdhemerval Zanella1-0/+2
2025-06-18math: Simplify and optimize modf implementationAdhemerval Zanella2-52/+70
2025-06-18math: Simplify and optimize modff implementationAdhemerval Zanella2-45/+71
2025-06-02math: Optimize float ilogb/llogbAdhemerval Zanella6-41/+129
2025-06-02math: Remove UB and optimize double ilogbfAdhemerval Zanella1-35/+33
2025-06-02math: Optimize double ilogb/llogbAdhemerval Zanella6-41/+126
2025-06-02math: Remove UB and optimize double ilogbAdhemerval Zanella1-51/+29
2025-05-21ldbl-128: also disable lgammaf128_r builtin when building lgammal_rAndreas Schwab1-1/+1
2025-05-20Fix typos in ldbl-opt makefileAndreas Schwab1-4/+4
2025-05-14Implement C23 rootn.Joseph Myers3-0/+11
2025-05-09Implement C23 compoundnJoseph Myers3-0/+11
2025-04-29math: Fix UB on sinpif (BZ 32925)Adhemerval Zanella1-4/+4
2025-04-29math: Fix UB on erfcf (BZ 32924)Adhemerval Zanella1-2/+2
2025-04-29math: Fix UB on cospif (BZ 32923)Adhemerval Zanella1-3/+3
2025-04-29math: Fix UB on cbrtf (BZ 32922)Adhemerval Zanella1-3/+3
2025-04-29math: Fix UB on sinhf (BZ 32921)Adhemerval Zanella1-3/+3
2025-04-29math: Fix UB on logf (BZ 32920)Adhemerval Zanella1-1/+1
2025-04-29math: Fix UB on coshf (BZ 32919)Adhemerval Zanella1-3/+3
2025-04-29math: Fix UB on atanhf (BZ 32918)Adhemerval Zanella1-2/+2
2025-04-09math: Fix up THREEp96 constant in expf128 [BZ #32411]Jakub Jelinek1-1/+1
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki36-2332/+2332
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki12-504/+504
2025-03-28stdio-common: Add scanf long double data for Intel/Motorola 80-bit formatMaciej W. Rozycki10-0/+4873
2025-03-27Implement C23 pownJoseph Myers3-0/+11
2025-03-25stdio-common: Add scanf long double data for IBM 128-bit formatMaciej W. Rozycki10-0/+4895
2025-03-25stdio-common: Add scanf long double data for IEEE 754 binary64 formatMaciej W. Rozycki10-1/+5028
2025-03-25stdio-common: Add scanf long double data for IEEE 754 binary128 formatMaciej W. Rozycki9-0/+4840
2025-03-25stdio-common: Add scanf double data for IEEE 754 binary64 formatMaciej W. Rozycki9-0/+4964
2025-03-25stdio-common: Add scanf float data for IEEE 754 binary32 formatMaciej W. Rozycki9-0/+4963
2025-03-14Implement C23 powrJoseph Myers3-0/+11
2025-03-13x86_64: Add atanh with FMASunil K Pandey1-0/+8
2025-03-13x86_64: Add sinh with FMASunil K Pandey1-0/+8
2025-03-13x86_64: Add tanh with FMASunil K Pandey1-0/+5
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella1-0/+289
2025-03-07Implement C23 rsqrtJoseph Myers3-0/+13
2025-02-26sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)Sergei Zimmerman2-1/+7
2025-02-25math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]John David Anglin1-0/+3