Function basic_dsp_interop::combined_ops32::extend_prepared_ops1_f32 [] [src]

#[no_mangle]
pub extern "C" fn extend_prepared_ops1_f32(
    ops: Box<PreparedOp1F32>
) -> Box<PreparedOp2F32>

Prepares an operation. multi_ops1 will not be made available in for interop since the same functionality can be created with prepared ops, and internally this is what this lib does too.