Function cpu_name¶
function cpu_name(cpu_t) simd¶
Returns the name of the given CPU instruction set.
| set | The CPU instruction set whose name is requested. |
Pointer to a static string with the instruction set name, or "-" if set is out of the supported range. |
Fully qualified name: kfr::cpu_name(cpu_t)
Declared at simd/platform.hpp:136
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.