about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
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.2.3Amanieu d'Antras-1/+1
2022-07-29Remove panics from tgamma and tgammafAndrew Kane-6/+8
2022-02-06Bump to 0.2.2Amanieu d'Antras-1/+1
2022-01-04Apply formatting fixes from CIPeter Michael Green-18/+19
2022-01-04allow force_eval! to produce a result and use that result to more explicitly ...Peter Michael Green-11/+17
2022-01-04only allow x87-specific result in j1f.rs test on x87Peter Michael Green-3/+2
2022-01-04round to storage format in some tests before comparison to prevent spurious e...Peter Michael Green-2/+9
2022-01-04Add forced rounding to storage format for x87 to rem_pio2.rs as well.Peter Michael Green-1/+79
2022-01-04Use force_eval instead of to_bits/from_bits combination,Peter Michael Green-3/+5
2022-01-04Fix testcases on x87Peter Michael Green-6/+78
2022-01-04force test_near_pi in rem_pio2.rs to be evaluated at runtime not compiletime.Peter Michael Green-4/+12
2022-01-04Disable musl tests on powerpc64Amanieu d'Antras-0/+9
2022-01-03Fix no-panicAmanieu d'Antras-0/+7
2022-01-03Ignore some functions which don't match muslAmanieu d'Antras-1/+13
2022-01-03Disable i686-unknown-linux-gnu tests for nowAmanieu d'Antras-1/+1
2022-01-03Disable powerpc64 tests which were broken by the LLVM 13 upgradeAmanieu d'Antras-1/+17
2021-07-09updated link to musl websiteSuKiN-a-1/+1
2021-06-30Optimize round and roundfBrian Vincent-62/+28
2021-06-24Fix substract with borrow in FMAJethro Beekman-4/+12
2021-06-24Fix build failure with latest nightlyJethro Beekman-2/+2
2021-03-28add "readme"-key to Cargo.toml in order for this crate to have a preview on c...Philipp Schuster-0/+1
2020-06-08Update CHANGELOG.md (#245)kellda-1/+27
2020-05-29Use macros for more division/array checks (#244)Alex Crichton-35/+53
2019-11-22Bump to 0.2.1Alex Crichton-1/+1
2019-11-22Fix sincosf for interval (7*pi/4, 9*pi/4) (#233)AJ Frantz-4/+22
2019-10-18Fix sincosf(PI) (#229)Christopher Serr-4/+17
2019-09-25Remove `-nursery` from urlsAlex Crichton-8/+8
2019-09-10Migrate from azure pipelines to Github actions (#226)Alex Crichton-110/+68
2019-09-05suppress useless clippy warningsLokathor-0/+9
2019-09-05Update run.shLokathor-4/+7
2019-09-05use sebug_assertionsLokathor-10/+10
2019-09-05swap stable to be unstable, use debug_assertionsLokathor-3/+3
2019-09-05swap stable to be unstableLokathor-1/+1
2019-09-05swap stable to be unstableLokathor-1/+1
2019-09-05swap stable to be unstable, checked is now debug_assertionsLokathor-7/+5
2019-09-05there are no longer any default featuresLokathor-3/+1
2019-08-13rustfmt fixesLokathor-8/+8
2019-08-13slightly improve spec and sanity check coverageLokathor-5/+171
2019-08-12Merge pull request rust-lang/libm#216 from Lokathor/sse-sqrtAlex Crichton-175/+212
2019-08-12Fix broken link in READMERoman Proskuryakov-0/+2
2019-08-08update commentsLokathor-3/+3
2019-08-08update commentsLokathor-3/+3
2019-08-07move use/const statements to a limited scopeLokathor-5/+6
2019-08-07apply rustfmtLokathor-217/+217
2019-08-07Improve sqrt/sqrtf if stable intrinsics allowLokathor-188/+224
2019-07-11Merge pull request rust-lang/libm#209 from gnzlbg/fmaAlex Crichton-2/+21
2019-07-10Fix overflow bug in fmagnzlbg-21/+2
2019-07-10Remove most `#[inline]` annotationsAlex Crichton-91/+2