about summary refs log tree commit diff
path: root/library/compiler-builtins/libm/src/lib.rs
AgeCommit message (Expand)AuthorLines
2019-07-03Remove traits from READMEgnzlbg-10/+0
2019-07-03Remove F32Ext and F64Extgnzlbg-599/+0
2019-07-02Add signumBenjamin Schultzer-4/+20
2019-06-07Make module path compatible with Rust 1.31.0Diego Barrios Romero-1/+1
2019-06-05Correct libm namesvarkor-4/+4
2019-06-05Add maxvarkor-0/+7
2019-06-05Add maxfvarkor-0/+7
2019-06-05Add minvarkor-0/+7
2019-06-05Add minfvarkor-0/+7
2019-05-09fix traitsAndrey Zgarbul-34/+18
2019-05-02Overhaul testsAlex Crichton-2/+2
2019-05-02Rework how testing is doneAlex Crichton-0/+3
2018-10-11Optimize intrinsics on wasm32Alex Crichton-0/+4
2018-07-27add newlib support to the test generatorJorge Aparicio-4/+24
2018-07-18v0.1.2Jorge Aparicio-1/+1
2018-07-17Enable tests and exposeRahul Butani-2/+0
2018-07-16Merge branch 'master' into masterJorge Aparicio-46/+18
2018-07-16Implement atanRichard Dodd-2/+0
2018-07-16Merge rust-lang/libm#117bors[bot]-2/+0
2018-07-15implement coshCássio Kirch-2/+0
2018-07-15inline more functions; add more methods to F{32,64}ExtJorge Aparicio-38/+18
2018-07-15Merge rust-lang/libm#106bors[bot]-2/+0
2018-07-15implement fmafErik-2/+0
2018-07-15Implement tanhC Jones-2/+0
2018-07-15implement atan2Joseph Ryan-2/+0
2018-07-15sinf, fix constant in k_expo2fAndrey Zgarbul-2/+0
2018-07-15Merge branch 'master' into masterZgarbul Andrey-4/+0
2018-07-15Merge rust-lang/libm#110bors[bot]-2/+0
2018-07-14Implement tanC Jones-2/+0
2018-07-14Implement sinhC Jones-2/+0
2018-07-15Merge branch 'master' into masterZgarbul Andrey-4/+0
2018-07-15coshf tanhf and atan2fAndrey Zgarbul-6/+0
2018-07-14Implement part of sin/cos with quadrant selection unimplementedC Jones-4/+0
2018-07-14acosf asinf atanf expm1f sinf tanfAndrey Zgarbul-12/+0
2018-07-14Merge rust-lang/libm#100 rust-lang/libm#103bors[bot]-4/+0
2018-07-14fix bit shifting errorLukas Wirth-10/+0
2018-07-14implement fmaErik-2/+0
2018-07-14Merge rust-lang/libm#91bors[bot]-4/+0
2018-07-14Implement exp2C Jones-2/+0
2018-07-14Add exp2fC Jones-2/+0
2018-07-14Merge branch 'master' into masterJorge Aparicio-4/+0
2018-07-14fix missing changesLukas Wirth-0/+2
2018-07-14Merge branch 'master' into masterJorge Aparicio-6/+13
2018-07-14Merge rust-lang/libm#101bors[bot]-4/+0
2018-07-14sync forkLukas Wirth-2/+13
2018-07-14remove expLukas Wirth-0/+2
2018-07-14implement cbrt and cbrtfErik-4/+0
2018-07-14Merge rust-lang/libm#93bors[bot]-0/+13
2018-07-14implement expErik-2/+0
2018-07-14sync forkLukas Wirth-4/+0