Skip to content

Variable is_simd_float_type

variable is_simd_float_type simd

template <typename T>
constexpr inline bool is_simd_float_type = std::is_same_v<T, float> || std::is_same_v<T, double>

True when T is a floating-point SIMD element type.

Fully qualified name: kfr::is_simd_float_type

Declared at simd/types.hpp:705

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.