pub fn risc_ceil<O0: Into<Output>>( x: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for RiscCeil::new().build(x, scope).
RiscCeil::new().build(x, scope)