Runtime CPU detection¶
get_cpu
function¶
inline cpu_t get_cpu()
Returns cpu instruction set detected at runtime.
Source code
inline cpu_t get_cpu() { return internal_generic::cpu_v(); }
https://github.com/kfrlib/kfr/blob//include/kfr/runtime/cpuid_auto.hpp#L60
Auto-generated from sources, Revision , https://github.com/kfrlib/kfr/blob//include/kfr/