japaric / cast.rs

Machine scalar casting that meets your expectations
Apache License 2.0
73 stars 14 forks source link

u128/i128 support #12

Closed est31 closed 7 years ago

est31 commented 7 years ago

Needed by tests for https://github.com/rust-lang-nursery/compiler-builtins/pull/161 .

I would like to have an implementation of the trait tests::cast::From<i128> for f32, and similar implementations needed to test i128/u128 <-> float conversion functions