about summary refs log tree commit diff
path: root/library/compiler-builtins/libm
AgeCommit message (Expand)AuthorLines
2019-07-10Add FMA tests that cause it to segfaultgnzlbg-0/+38
2019-07-09Merge pull request rust-lang/libm#205 from gnzlbg/fenvAlex Crichton-9/+9
2019-07-09Floating-point environment APIs are privategnzlbg-9/+9
2019-07-09Add nextafter and nextafterf from muslgnzlbg-0/+80
2019-07-04Merge pull request rust-lang/libm#196 from Schultzer/add-remainderAlex Crichton-0/+16
2019-07-03Remove traits from READMEgnzlbg-26/+1
2019-07-03Bump minor version to 0.2.0gnzlbg-1/+1
2019-07-03Remove F32Ext and F64Extgnzlbg-599/+0
2019-07-03Only return the fp value.Benjamin Schultzer-4/+6
2019-07-03Add remainderBenjamin Schultzer-0/+14
2019-07-02Add signumBenjamin Schultzer-4/+20
2019-07-02Merge pull request rust-lang/libm#191 from m1el/fuzz-rem-overflowsAlex Crichton-21/+48
2019-07-02Fixed a few int overflowsIgor null-21/+48
2019-07-02Run benchmarks on CIgnzlbg-1/+1
2019-07-02Re-export the stable libm featuregnzlbg-0/+4
2019-07-02Do not enable default features in benchmarksgnzlbg-1/+1
2019-07-02Move benchmarks into its own crategnzlbg-12/+25
2019-07-01Add benchmark suiteBenjamin Schultzer-1/+138
2019-07-01Merge pull request rust-lang/libm#188 from m1el/negative-roundgnzlbg-8/+28
2019-07-01Merge pull request rust-lang/libm#189 from m1el/j1f-f64-castsgnzlbg-1/+15
2019-07-01move tests to separate #[cfg(test)] modIgor null-6/+16
2019-07-01separate tests into #[cfg(test)] modIgor null-8/+12
2019-07-01fixed formatting in testsIgor null-6/+2
2019-07-01Fix incorrect f32<->f64 casting in j1f/y1fIgor null-1/+15
2019-07-01Fixed rounding to negative zeroIgor null-8/+18
2019-06-25Fix doc for floorfbjorn3-1/+1
2019-06-13Update Rust install taskAlex Crichton-1/+1
2019-06-12Bump versionDiego Barrios Romero-1/+1
2019-06-12Add changelog entry for v0.1.4 releaseDiego Barrios Romero-1/+7
2019-06-12Add 0.1.3 changelog entryDiego Barrios Romero-1/+6
2019-06-07Make module path compatible with Rust 1.31.0Diego Barrios Romero-1/+1
2019-06-05Correct libm namesvarkor-19/+19
2019-06-05Alphabetisevarkor-8/+8
2019-06-05Add maxvarkor-0/+23
2019-06-05Add maxfvarkor-0/+23
2019-06-05Add minvarkor-0/+23
2019-06-05Add minfvarkor-0/+26
2019-06-05Attempt to fix CIAlex Crichton-7/+9
2019-06-03fixed add overflow in exp2Igor null-1/+7
2019-05-16Add docsBenjamin Schultzer-2/+185
2019-05-16Run musl test in debug modeBenjamin Schultzer-2/+1
2019-05-14Bump to 0.1.3Alex Crichton-1/+1
2019-05-13formatted rem_pio2 testsIgor null-4/+16
2019-05-13added tests near pi for rem_pio2Igor null-0/+15
2019-05-13rem_pio2: actually return medium value for x ~<= 5pi/4Igor null-1/+1
2019-05-09fix jn, ilogbAndrey Zgarbul-19/+17
2019-05-09Test jn and jnfAlex Crichton-8/+23
2019-05-09Generate NaN and Infinity more oftenAlex Crichton-4/+21
2019-05-09Test sincos and sincosfAlex Crichton-44/+37
2019-05-09Move non-public functions to `pub(crate)`Alex Crichton-25/+12