pub unsafe extern "C" fn jit_insn_rint(
func: jit_function_t,
value1: jit_value_t,
) -> jit_value_tExpand description
Round value1 to the nearest integer. Half-way cases are rounded to the even number.
pub unsafe extern "C" fn jit_insn_rint(
func: jit_function_t,
value1: jit_value_t,
) -> jit_value_tRound value1 to the nearest integer. Half-way cases are rounded to the even number.