We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
round_ties_even
f32
f64
1 parent 79f7b7b commit ac4e9caCopy full SHA for ac4e9ca
src/intrinsic/mod.rs
@@ -68,6 +68,8 @@ fn get_simple_intrinsic<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, name: Symbol) ->
68
sym::nearbyintf64 => "nearbyint",
69
sym::roundf32 => "roundf",
70
sym::roundf64 => "round",
71
+ sym::roundevenf32 => "roundevenf",
72
+ sym::roundevenf64 => "roundeven",
73
sym::abort => "abort",
74
_ => return None,
75
};
0 commit comments