| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-05 | [libc][fenv] Refactor x86 fenv implementations to make it work for various fe... | lntue | 2 | -12/+30 |
| 2025-11-20 | [libc][math] Add float-only implementation for atanf. (#167004) | lntue | 3 | -3/+66 |
| 2025-10-22 | Revert "[libc] Add -Werror for libc tests" (#164684) | lntue | 4 | -12/+8 |
| 2025-10-22 | [libc] Add -Werror for libc tests (#160413) | Vinay Deshmukh | 4 | -8/+12 |
| 2025-10-21 | [libc][math] Add tolerance to math tests so that they still work when accurat... | lntue | 55 | -165/+547 |
| 2025-10-21 | [libc][math] Add float-only implementation for sinf / cosf. (#161680) | lntue | 7 | -6/+226 |
| 2025-10-08 | [libc][math][c23] Add rsqrtf() function (#159615) | Anton Shepelev | 8 | -1/+195 |
| 2025-09-24 | [libc][NFC] Remove usage of the C keyword `I`. (#160567) | lntue | 1 | -33/+35 |
| 2025-09-24 | [libc][math][c++23] Add log_bf16 math function (#157811) | Krishna Pandey | 4 | -0/+118 |
| 2025-09-22 | [libc] Add -Wextra for libc tests (#153321) | Vinay Deshmukh | 1 | -2/+3 |
| 2025-09-18 | [libc][math] Fix sNaN tests for AArch64 (#159483) | Krishna Pandey | 7 | -56/+40 |
| 2025-09-18 | [libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run... | lntue | 1 | -2/+1 |
| 2025-09-17 | [libc] Temporarily disable floating point exception check for rsqrtf16 on aar... | lntue | 1 | -0/+6 |
| 2025-09-17 | [libc][math] Adjust rsqrtf16 exception checks. (#159411) | lntue | 2 | -7/+17 |
| 2025-09-17 | [libc][math][c23] Add rsqrtf16() function (#137545) | Anton Shepelev | 4 | -0/+100 |
| 2025-09-10 | [libc] Clean up errno header usage in math tests. (#157898) | Alexey Samsonov | 33 | -112/+27 |
| 2025-09-09 | [libc] Clean up errno header usage in all remaining math/smoke tests. (#157565) | Alexey Samsonov | 56 | -227/+172 |
| 2025-09-08 | [libc] Clean up errno header usage in a few math/smoke tests. (#157517) | Alexey Samsonov | 12 | -46/+27 |
| 2025-09-06 | [libc][math][c++23] Add sqrtbf16 math function (#156654) | Krishna Pandey | 4 | -0/+68 |
| 2025-09-03 | [libc][math][c++23] Add fmodbf16 math function (#155575) | Krishna Pandey | 5 | -24/+123 |
| 2025-09-02 | [libc][math][c23] Implement C23 math function atanpif16 (#150400) | Mohamed Emad | 4 | -0/+127 |
| 2025-08-28 | [libc][test] Remove more unused nan variables (#155925) | Jordan Rupprecht | 1 | -6/+0 |
| 2025-08-28 | [libc][test] Remove unused nan variables (#155894) | Jordan Rupprecht | 1 | -6/+0 |
| 2025-08-28 | [libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569) | Krishna Pandey | 5 | -0/+70 |
| 2025-08-28 | [libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568) | Krishna Pandey | 5 | -24/+122 |
| 2025-08-27 | [libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b... | Krishna Pandey | 6 | -0/+142 |
| 2025-08-27 | [libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652) | Krishna Pandey | 4 | -2/+66 |
| 2025-08-25 | [libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1... | Krishna Pandey | 7 | -4/+159 |
| 2025-08-24 | [libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math... | Krishna Pandey | 16 | -5/+380 |
| 2025-08-23 | [libc][math][c++23] Add nanbf16 math function (#153995) | Krishna Pandey | 2 | -0/+71 |
| 2025-08-23 | [libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct... | Krishna Pandey | 7 | -35/+176 |
| 2025-08-22 | [libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993) | Krishna Pandey | 7 | -22/+141 |
| 2025-08-19 | [libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992) | Krishna Pandey | 9 | -86/+191 |
| 2025-08-18 | Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690) | Mohamed Emad | 4 | -0/+149 |
| 2025-08-14 | [libc][math] Refactor coshf implementation to header-only in src/__support/ma... | Muhammad Bassiouni | 1 | -2/+2 |
| 2025-08-13 | [libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231) | Krishna Pandey | 10 | -0/+236 |
| 2025-08-12 | [libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191) | Krishna Pandey | 10 | -1/+229 |
| 2025-08-12 | [libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function... | Krishna Pandey | 9 | -0/+232 |
| 2025-08-12 | Revert "[libc] Add -Wextra for libc tests" (#153169) | William Huynh | 1 | -3/+2 |
| 2025-08-12 | [libc] Add -Wextra for libc tests (#133643) | Vinay Deshmukh | 1 | -2/+3 |
| 2025-08-10 | [libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847) | Krishna Pandey | 11 | -2/+243 |
| 2025-08-08 | [libc][math][c++23] Add f{max,min}bf16 math functions (#152782) | Krishna Pandey | 3 | -0/+58 |
| 2025-08-08 | [libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774) | Krishna Pandey | 18 | -0/+464 |
| 2025-08-08 | [libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions... | Krishna Pandey | 10 | -7/+147 |
| 2025-08-06 | [libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228) | Krishna Pandey | 12 | -5/+462 |
| 2025-08-05 | [libc][math] Fix division by infinity in fputil::div (#152092) | Krishna Pandey | 1 | -0/+5 |
| 2025-08-04 | [libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017) | Krishna Pandey | 2 | -0/+8 |
| 2025-07-29 | [libc][math][c++23] Add fabsbf16 math function (#148398) | Krishna Pandey | 3 | -1/+27 |
| 2025-07-26 | Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756) | OverMighty | 4 | -149/+0 |
| 2025-07-26 | [libc][math][c23] Implement C23 math function asinpif16 (#146226) | Mohamed Emad | 4 | -0/+149 |