about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2022-11-12Remove unused `no-lang-items` featureNicholas Bishop-4/+1
2022-11-09Bump to 0.1.83Amanieu d'Antras-1/+1
2022-11-08Update `libm`, add `rint` and `rintf`Jules Bertholet-14/+2
2022-11-09Bump to 0.2.6Amanieu d'Antras-1/+1
2022-11-07Add benchmarksJules Bertholet-1/+2
2022-11-07Disable tests on PowerPCJules Bertholet-0/+4
2022-11-07`rint`/`rintf` instead of `roundeven`/`roundevenf`Jules Bertholet-33/+22
2022-11-07Add `roundeven` and `roundevenf`Jules Bertholet-0/+107
2022-10-25might as well add the link to the LLVM assembly code as well.Felix S. Klock II-0/+3
2022-10-25Document origins of the multiplication method being used here.Felix S. Klock II-1/+14
2022-10-10Bump to 0.1.82Amanieu d'Antras-1/+1
2022-10-10invoke the unreachable intrinsic, not the stable wrapperRalf Jung-1/+4
2022-10-10Fix clippy lintsAmanieu d'Antras-6/+6
2022-10-10Merge pull request #343 from silwol/masterAmanieu d'Antras-0/+0
2022-09-30Use wrapping_neg() to avoid fma errors on underflowAndrew Tribick-2/+10
2022-09-29Bump to 0.1.81Amanieu d'Antras-1/+1
2022-09-27Update macros.rsLokathor-0/+1
2022-09-20Bump to 0.1.80Amanieu d'Antras-1/+1
2022-09-17math: Enabled floating point intrinsics for RISCV32 microcontrollersD1plo1d-2/+5
2022-08-10Bump to 0.1.79Amanieu d'Antras-1/+1
2022-08-10Update libm submoduleAmanieu d'Antras-0/+0
2022-08-10Bump to 0.2.5Amanieu d'Antras-1/+1
2022-08-10Remove c32() from x86_64 memcmpDavid Hoppenbrouwers-13/+1
2022-08-10Merge pull request rust-lang/libm#267 from Amanieu/fmafAmanieu d'Antras-18/+23
2022-08-10Fix fmaf not to depend on FE_TOWARDZEROAmanieu d'Antras-18/+23
2022-08-03Enable unadjusted_on_win64 for UEFI in some casesNicholas Bishop-6/+6
2022-08-01Merge pull request rust-lang/libm#265 from ankane/no_panicAmanieu d'Antras-6/+26
2022-07-31Ensure more functions do not panicAndrew Kane-6/+26
2022-07-31Use smaller IPIO2 table for 16 and 32 bit architecturesOuturnate-1/+1
2022-07-30Bump to 0.1.78Amanieu d'Antras-1/+1
2022-07-30Bump to 0.2.3Amanieu d'Antras-1/+1
2022-07-30Merge pull request #484 from Alexhuszagh/armv5teAmanieu d'Antras-37/+73
2022-07-30Merge pull request #482 from ankane/gammaAmanieu d'Antras-0/+2
2022-07-29Update libmAndrew Kane-0/+0
2022-07-29Remove panics from tgamma and tgammafAndrew Kane-6/+8
2022-07-29Add compiler-rt fallbacks for sync builtins on armv5te-musl.Alex Huszagh-37/+73
2022-07-29Add compiler-rt fallback for __trunctfsf2 on mips64-musl.Alex Huszagh-0/+1
2022-07-28Added tgamma and tgammafAndrew Kane-0/+2
2022-07-28Bump to 0.1.77Amanieu d'Antras-1/+1
2022-07-28Remove branches around rep movsb/stosbDavid Hoppenbrouwers-45/+28
2022-07-28Skip rep movsb in copy_backward if possibleDavid Hoppenbrouwers-0/+6
2022-07-28Use att_syntax for nowDavid Hoppenbrouwers-13/+13
2022-07-28Remove rep_param_revDavid Hoppenbrouwers-14/+4
2022-07-28Fix suboptimal codegen in memsetDavid Hoppenbrouwers-3/+4
2022-07-28Align destination in mem* instructions.David Hoppenbrouwers-36/+94
2022-07-28Merge pull request #478 from Lokathor/weak-linkage-for-divisionAmanieu d'Antras-0/+4
2022-07-28Enable win64_128bit_abi_hack for x86_64-unknown-uefiNicholas Bishop-4/+4
2022-07-28restrict linkage to platforms using ELF binariesLokathor-4/+4
2022-07-28Merge pull request #1 from rust-lang/masterLokathor-2/+10
2022-07-28Use all of src/math for UEFIAyush Singh-2/+4