Variable numeric_types¶
variable numeric_types simd¶
constexpr ctypes_t<i8, i16, i32, i64, u8, u16, u32, u64, f32
#ifdef KFR_NATIVE_F64
,
f64
#endif
>
numeric_types{} Fully qualified name: kfr::numeric_types
Declared at simd/types.hpp:170
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.