compiler-builtins-zynq/testcrate
Paolo Teti 306764b091 Fix issue extending f32::MIN/MAX to f64 and improve testcrate.
I was able to trigger an issue extending f32::MAX or f32::MIN to a f64.
Issue was not triggered by `testcrate` mainly because f32::MAX/MIN are
not in the list of special values to generate.

This PR fix the issue and improve `testcrate` adding MAX/MIN/MIN_POSITIVE
in the list of special values.
2018-02-09 17:23:16 +01:00
..
src Simplify how testing is done 2018-01-31 11:32:20 -08:00
tests Simplify how testing is done 2018-01-31 11:32:20 -08:00
Cargo.toml Simplify how testing is done 2018-01-31 11:32:20 -08:00
build.rs Fix issue extending f32::MIN/MAX to f64 and improve testcrate. 2018-02-09 17:23:16 +01:00