aboutsummaryrefslogtreecommitdiff
path: root/libc/spec/stdc.td
AgeCommit message (Expand)AuthorFilesLines
2024-07-02[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (#97072)OverMighty1-0/+4
2024-06-30[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (#96642)OverMighty1-1/+1
2024-06-29[libc][math][c23] Add f16div{,l,f128} C23 math functions (#97054)OverMighty1-1/+1
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty1-0/+3
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty1-0/+2
2024-06-21[libc][math][c23] Add {ldexp,scalbn,scalbln}f16 C23 math functions (#94797)OverMighty1-0/+4
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty1-0/+6
2024-06-14[libc] Fixed NamedType usage in Fenv HeaderSpec Types (#95487)RoseZhang031-2/+2
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty1-1/+2
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty1-0/+2
2024-06-11[libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014)OverMighty1-0/+4
2024-06-10[libc][math][c23] Add {remainder,remquo}f16 C23 math functions (#94773)OverMighty1-3/+5
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty1-0/+5
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty1-0/+1
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner1-0/+1
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara1-0/+3
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty1-0/+1
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla1-1/+2
2024-06-06[libc][math][c23] Add {fmaximum,fminimum}{,_mag,_mag_num,_num} C23 math funct...OverMighty1-0/+8
2024-06-05[libc][math][c23] Add {nextafter,nexttoward,nextup,nextdown}f16 C23 math func...OverMighty1-0/+4
2024-06-05[libc][math][c23] Implement fmaxf16 and fminf16 function (#94131)Hendrik Hübner1-0/+2
2024-06-05[libc][math][c23] Add fdimf16 C23 math function (#94354)OverMighty1-0/+1
2024-06-05[libc][math][c23] Add copysignf16 C23 math function (#94351)OverMighty1-0/+1
2024-06-05[libc][math][c23] Add canonicalizef16 C23 math function (#94341)OverMighty1-0/+1
2024-06-04[libc][math][c23] Add {fromfp,fromfpx,ufromfp,ufromfpx}f16 C23 math functions...OverMighty1-4/+8
2024-06-04[libc][math][c23] Add {nearbyint,rint,lrint,llrint,lround,llround}f16 C23 mat...OverMighty1-0/+6
2024-06-03[libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math function...OverMighty1-0/+10
2024-05-31[libc] added quick_exit function (#93620)RoseZhang031-0/+1
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty1-0/+1
2024-04-30Add basic char*_t support for libc (partial WG14 N2653) (#90360)Fabian Keßler1-0/+3
2024-04-29[libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443)Michael Flanders1-0/+2
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis1-0/+5
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc1-0/+5
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty1-0/+2
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-0/+4
2024-03-26[libc][math][c23] Implement canonicalize functions (#85940)Shourya Goel1-0/+5
2024-03-25[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#8...Job Henandez Lara1-0/+40
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty1-0/+26
2024-03-22[libc] Implement strfromd() and strfroml() (#86113)Vinayak Dev1-0/+2
2024-03-21[libc][c11] Add stdio.h's rename() function (#85068)aniplcc1-0/+5
2024-03-20[libc]: Implement strfromf() and shared utilities (#85438)Vinayak Dev1-0/+2
2024-03-16[libc][math][c23] Add nextupl and nextdownl functions (#85484)OverMighty1-0/+2
2024-03-15[libc][math][c23] Add nextup{,f,f128} and nextdown{,f,f128} functions (#85431)OverMighty1-0/+8
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders1-0/+1
2024-03-12[libc] Add an empty definition of mbstate_t (#84993)Petr Hosek1-0/+12
2024-03-12[libc][math] Adds entrypoint and test for `nextafterf128` (#84882)Michael Flanders1-0/+1
2024-03-12[libc] Move `struct timespec` from POSIX to StdC (#85010)Petr Hosek1-0/+1
2024-03-12[libc] fix typo in stdbit.h macro spec files (#84780)Nick Desaulniers1-3/+3
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers1-0/+4
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue1-1/+2