aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/MPFRWrapper
AgeCommit message (Expand)AuthorFilesLines
2024-09-06[libc] Remove -ffreestanding when building MPFR wrapper. (#107637)lntue1-0/+2
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue1-1/+3
2024-08-06[libc][math][c23] Add ffma{,l,f128} and fdiv{,l,f128} C23 math functions #101...aaryanshukla1-4/+13
2024-07-31[libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089)aaryanshukla1-0/+6
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara1-0/+6
2024-07-21[libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669)Job Henandez Lara1-0/+12
2024-07-18[libc][CMake] Set library type of libcMPFRWrapper to STATIC (#99527)OverMighty1-1/+1
2024-07-18[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functio...OverMighty2-7/+16
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek2-4/+6
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini2-6/+4
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek2-4/+6
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue2-0/+9
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner2-0/+36
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty2-1/+20
2024-07-02[libc] Add mpfr tests for fmul. (#97376)Job Henandez Lara2-7/+26
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner2-3/+20
2024-06-30[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (#96642)OverMighty1-0/+11
2024-06-29[libc][math][c23] Add f16div{,l,f128} C23 math functions (#97054)OverMighty1-0/+11
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty1-0/+14
2024-06-25[libc][math][c23] Add MPFR exhaustive test for fmodf16 (#94656)OverMighty1-0/+6
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty2-42/+81
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty2-47/+79
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty3-45/+69
2024-06-10[libc][math][c23] Add MPFR unit tests for {rint,lrint,llrint,lround,llround}f...OverMighty1-0/+9
2024-06-10Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeve...OverMighty1-4/+35
2024-06-05Revert "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven...OverMighty1-35/+4
2024-06-05[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f...OverMighty1-4/+35
2024-04-09[libc] Add proxy header for fenv.h macro constants. #87863 (#87896)Job Henandez Lara1-1/+0
2024-04-08[libc] remove MPFR and related tests in full build (#87693)Schrodinger ZHU Yifan1-7/+1
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue1-1/+1
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev2-0/+13
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty2-4/+47
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue2-0/+9
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones1-1/+1
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber1-4/+4
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-1/+1
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet1-1/+1
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet1-1/+1
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-1/+1
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet1-1/+1
2024-01-21[libc] fix unit tests in fullbuild (#78864)Schrodinger ZHU Yifan1-4/+8
2024-01-19[libc] Fix is_subnormal for Intel Extended Precision (#78592)Guillaume Chatelet1-4/+4
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet1-1/+1
2023-12-28[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)Guillaume Chatelet2-2/+0
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-16/+13
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet1-3/+3
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet1-4/+4
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet2-2/+0
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue2-0/+9