Skip to content

Function from_maskbits

function from_maskbits(T) simd

template <typename T>
constexpr inline bool from_maskbits(T value) { … }

Interprets value as a signed integer and tests the sign bit.

Template parameters
T Source element type.
Parameters
value Mask value to test.
Returns
True when the most significant bit is set.

Fully qualified name: kfr::from_maskbits(T)

Declared at simd/types.hpp:472

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