Add round_ties_even
to f32
and f64
This commit is contained in:
parent
79f7b7b874
commit
ac4e9caaf5
@ -68,6 +68,8 @@ fn get_simple_intrinsic<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, name: Symbol) ->
|
|||||||
sym::nearbyintf64 => "nearbyint",
|
sym::nearbyintf64 => "nearbyint",
|
||||||
sym::roundf32 => "roundf",
|
sym::roundf32 => "roundf",
|
||||||
sym::roundf64 => "round",
|
sym::roundf64 => "round",
|
||||||
|
sym::roundevenf32 => "roundevenf",
|
||||||
|
sym::roundevenf64 => "roundeven",
|
||||||
sym::abort => "abort",
|
sym::abort => "abort",
|
||||||
_ => return None,
|
_ => return None,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user