summaryrefslogtreecommitdiff
path: root/libc/config/linux/aarch64/entrypoints.txt
AgeCommit message (Expand)Author
2025-11-18[libc] implement inet_addr (#167708)Connector Switch
2025-11-11[libc][POSIX] Add clock_settime() function for Linux (#161729)Anton Shepelev
2025-11-11[libc] Implement fchown (#167286)Anshul Nigham
2025-11-04[libc] Add faccessat entrypoints for aarch64 and riscv (#165869)Marcell Leleszi
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-10-02[libc][NFC] Turn off faccessat on aarch64 (#161740)Michael Jones
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey
2025-08-08[libc][math] Update entrypoints for bf16{add,sub}{,f,l,f128} math functions (...Krishna Pandey
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey
2025-07-26Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)OverMighty
2025-07-26Revert "[libc][math][c23] Temporarily disable asinpif16 C23 math function" (#...OverMighty
2025-07-26[libc][math][c23] Temporarily disable asinpif16 C23 math function (#150754)OverMighty
2025-07-26[libc][math][c23] Implement C23 math function asinpif16 (#146226)Mohamed Emad
2025-07-17[libc] add wctype.h header (#149202)Prabhu Rajasekaran
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-12[libc] add ioctl (#141393)W. Turner Abney
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue
2025-04-29[libc] implement aarch64 sigsetjmp (#136706)Schrodinger ZHU Yifan
2025-04-25[libc][math] Implement double precision asin correctly rounded for all roundi...lntue
2025-04-14[libc] Implement getitimer and setitimer, add proxy headers for itimerval (#1...Tsz Chan
2025-04-08[libc] Disable sin/cospif16 on aarch64 (#134918)Michael Jones
2025-04-01[libc][math] Implement a fast pass for atan2f128 with 1ULP error using Dyadic...lntue
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad
2025-03-23[libc][math] Disable acoshf16 Test on AArch64 to resolve test failures. (#132...Harrison Hao
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao