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.
| T | Source element type. |
| value | Mask value to test. |
| 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.