Adjust for changed cast function
This commit is contained in:
parent
ee6be10895
commit
313d3bb49f
1 changed files with 5 additions and 4 deletions
|
|
@ -2135,12 +2135,13 @@ fn floatunsisf() {
|
|||
Self: Sized,
|
||||
{
|
||||
let a = gen_u128(rng);
|
||||
Some(
|
||||
let f_a = f32(a);
|
||||
f_a.ok().map(|f| {
|
||||
Floatuntisf {
|
||||
a,
|
||||
b: to_u32(f32(a)),
|
||||
},
|
||||
)
|
||||
b: to_u32(f),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
fn to_string(&self, buffer: &mut String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue