pub fn describe_acceleration() -> String
Expand description

Returns a description of the algorithms that are best for the running cpu and available instruction sets

Examples

use dcv_color_primitives as dcp;
println!("{}", dcp::describe_acceleration());
// => {cpu-manufacturer:Intel,instruction-set:Avx2}