pub fn non_simd_call2(
func: fn(_: ThreadId, _: usize, _: usize) -> usize,
arg1: usize,
arg2: usize,
) -> usize
Available on crate feature
client_requests_defs
only.Expand description
Allow control to move from the simulated CPU to the real CPU, calling an arbitrary function.
See also non_simd_call0
and non_simd_call1