optimal_draw_line_fn

Function optimal_draw_line_fn 

Source
fn optimal_draw_line_fn() -> unsafe fn(&mut Rasterizer, Point, Point)
Expand description

Return most optimal DrawLineFn impl.

With feature std on x86/x86_64 will use one-time runtime detection to pick the best SIMD impl. Otherwise uses a scalar version.