Variable cpu_all¶
variable cpu_all simd¶
constexpr auto cpu_all =
cfilter(internal_generic::cpu_list, internal_generic::cpu_list >= cpuval_t<cpu_t::native>()) Compile-time list of all CPU instruction sets supported by the current architecture that are not newer than cpu_t::native .
Fully qualified name: kfr::cpu_all
Declared at simd/platform.hpp:127
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.