aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/math
AgeCommit message (Expand)AuthorFilesLines
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty1-1/+1
2024-08-09[libc][math][c23] Add totalorderl function. (#102564)Job Henandez Lara1-1/+1
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla1-1/+1
2024-08-08[libc][math][c23] Add ddivl C23 math function. (#102468)lntue1-1/+1
2024-08-08[libc][math][c23] Add entrypoints and tests for setpayloadsig{,f,l,f128} and ...Job Henandez Lara1-2/+2
2024-08-07[libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#10...aaryanshukla1-3/+3
2024-08-07[libc][math][c23] Add exp10f16 C23 math function (#101588)OverMighty1-1/+1
2024-08-07[libc][math] Add getpayloadl function. (#102214)Job Henandez Lara1-1/+1
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla1-2/+2
2024-08-06[libc][math][c23] Add exp2f16 C23 math function (#101217)OverMighty1-1/+1
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue1-1/+1
2024-08-01[libc][math][c23] Add dadd{l,f128} and ddiv{l,f128} C23 math functions (#100456)aaryanshukla1-2/+2
2024-07-31[libc][math][c23] add entrypoints and tests for getpayload{,f,f128} (#101285)Job Henandez Lara1-1/+1
2024-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla1-2/+2
2024-07-30[libc][math][c23] Add entrypoints and tests for setpayload{,f,f128} (#101122)Job Henandez Lara1-1/+1
2024-07-30[libc][math][c23] Add entrypoints and tests for totalorder{,f,f128} (#100593)Job Henandez Lara1-1/+1
2024-07-30[libc][math][c23] Add expf16 C23 math function (#100632)OverMighty1-1/+1
2024-07-26[libc][math] Implement fast pass for double precision atan2 with 1 ULP errors...lntue1-1/+1
2024-07-25[libc][NFC] Update riscv documentation (#100578)Mikhail R. Gadelha1-1/+1
2024-07-24[libc][math][c23] add entrypoints and tests for totalordermag{f,l,f128} (#100...Job Henandez Lara1-1/+1
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara1-1/+1
2024-07-21[libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669)Job Henandez Lara1-1/+1
2024-07-19[libc][math]fadd implementation (#99694)aaryanshukla1-1/+1
2024-07-18[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functio...OverMighty1-2/+4
2024-07-17[libc][math] Implement double precision cbrt correctly rounded to all roundin...lntue1-1/+1
2024-07-09[libc] Add support for `powi` as an LLVM libc extension on the GPU (#98236)Joseph Huber1-0/+2
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue1-1/+1
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner1-1/+1
2024-07-05[libc][math][c23] Classify f16fma{,f,l} as LLVM libc extensions (#97728)OverMighty1-1/+1
2024-07-03[libc][math] Implement correctly rounded double precision tan (#97489)lntue1-1/+1
2024-07-02[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (#97072)OverMighty1-2/+2
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty1-0/+4
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner1-1/+1
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/+2
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty1-1/+1
2024-06-27[libc][math] Implement double precision sincos correctly rounded to all round...lntue1-1/+1
2024-06-25[libc][math] Implement double precision cos correctly rounded to all rounding...lntue1-1/+1
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty1-0/+2
2024-06-24[libc][math] Implement double precision sin correctly rounded to all rounding...lntue1-1/+1
2024-06-21[libc][math][c23] Add {ldexp,scalbn,scalbln}f16 C23 math functions (#94797)OverMighty1-2/+4
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty1-0/+6
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty1-0/+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-2/+2
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty1-5/+5
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty1-1/+1
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner1-1/+1
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara1-1/+1