jit_insn_rint

Function jit_insn_rint 

Source
pub unsafe extern "C" fn jit_insn_rint(
    func: jit_function_t,
    value1: jit_value_t,
) -> jit_value_t
Expand description

Round value1 to the nearest integer. Half-way cases are rounded to the even number.