about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2023-12-11Add hexagon supportBrian Cain-0/+3100
2023-11-28Bump to 0.1.104Amanieu d'Antras-1/+1
2023-11-26fix: Add (even more) `#[avr_skip]` for floatsPatryk Wychowaniec-0/+10
2023-11-04Bump to 0.1.103Amanieu d'Antras-1/+1
2023-11-04Bump to 0.1.102Amanieu d'Antras-1/+1
2023-10-31This updates the exponent calculations done in the nextafter functions relatedMark S. Baranowski-2/+2
2023-10-31Merge pull request #554 from mchodzikiewicz/fix-math-for-riscv32Amanieu d'Antras-4/+1
2023-10-31Enable math module for all "none" os targetsMichaƂ Chodzikiewicz-4/+1
2023-10-31Merge pull request #552 from elbe0046/fix-aeabi-multi-defAmanieu d'Antras-1/+1
2023-10-27Enable src/math for all UEFI targetsNicholas Bishop-3/+3
2023-10-23intrinsics macro: fix non-weak aeabi generationGrant Elbert-1/+1
2023-10-06Add tvOS to build scriptSebastian Imlay-0/+2
2023-10-06Merge pull request rust-lang/libm#285 from Amanieu/release-0.2.8Amanieu d'Antras-1/+1
2023-10-06Release 0.2.8Amanieu d'Antras-1/+1
2023-10-05Fix rint and rintf on x87.Peter Michael Green-4/+24
2023-08-28Generate outlined_atomics.rs in a deterministic order.James Farrell-3/+3
2023-08-12Bump to 0.1.101Amanieu d'Antras-1/+1
2023-08-12build: compile memory intrinsics on xousSean Cross-0/+1
2023-08-07Bump to 0.1.100Amanieu d'Antras-1/+1
2023-08-07Merge pull request #546 from ankane/lgamma-r-mingwAmanieu d'Antras-2/+2
2023-08-07fix ci, disable mips, mirrors https://github.com/rust-lang/compiler-builtins/...klensy-3/+5
2023-08-07impl_binary_long allow to pass attributeklensy-1/+6
2023-08-07allow internal_features, added in https://github.com/rust-lang/rust/pull/108955klensy-0/+2
2023-08-07edition 2018klensy-30/+32
2023-08-03Exclude GitHub Workflows files from packaged cratemulhern-1/+1
2023-08-03Exclude ci directory from packaged cratemulhern-0/+1
2023-07-31Add lgamma_r and lgammaf_r to MinGWAndrew Kane-2/+2
2023-07-30Bump to 0.1.99Amanieu d'Antras-1/+1
2023-07-30Add lgamma_r and lgammaf_r to MSVCAndrew Kane-1/+2
2023-07-22Add __chkstk for aarch64-unknown-uefiNicholas Bishop-0/+25
2023-07-21Bump to 0.1.98Amanieu d'Antras-1/+1
2023-07-21Upgrade to libm 0.2.7Amanieu d'Antras-0/+0
2023-07-21Bump to 0.1.97Amanieu d'Antras-1/+1
2023-07-18Enable chkstk/alloca intrinsics on x86_64-unknown-uefiNicholas Bishop-6/+3
2023-07-17Bump to 0.1.96Amanieu d'Antras-1/+1
2023-07-17Merge pull request #538 from ankane/lgamma-r-msvcAmanieu d'Antras-1/+2
2023-07-08Fix build error on aarch64_be linuxTaiki Endo-1/+1
2023-07-07Add lgamma_r and lgammaf_r to MSVCAndrew Kane-1/+2
2023-07-06Use the target_feature "zbb" instead of "b" for RISC-VAaron Kutch-2/+3
2023-07-06Disable MIPS in CIAmanieu d'Antras-12/+14
2023-07-03Bump to 0.1.95Amanieu d'Antras-1/+1
2023-07-02Only compile outlined-atomics intrinsics on linuxjyn-6/+10
2023-06-28Bump to 0.1.94Amanieu d'Antras-1/+1
2023-06-28Merge pull request #534 from kiffie/mips-core-floatAmanieu d'Antras-2/+4
2023-06-28Merge pull request #532 from jyn514/lse.rsAmanieu d'Antras-4/+436
2023-06-28Merge pull request #531 from knickish/float_div_subnormal_roundingAmanieu d'Antras-201/+667
2023-06-28enable simple f32/f64 support needed by core libraryStephan-2/+4
2023-06-27fix tests to work with `--feature c`Joshua Nelson-5/+2
2023-06-27port updated version of llvm float divkirk-201/+667
2023-06-26require naked functions to be unsafe againJoshua Nelson-8/+8