#include <sycl/known_identity.hpp>
|
static constexpr vec< std::byte, NumElements > | value |
|
template<typename BinaryOperation, int NumElements>
struct sycl::_V1::detail::known_identity_impl< BinaryOperation, vec< std::byte, NumElements >, std::enable_if_t< IsMaximumIdentityOp< vec< std::byte, NumElements >, BinaryOperation >::value > >
Definition at line 313 of file known_identity.hpp.
◆ value
template<typename BinaryOperation , int NumElements>
Initial value:= static_cast<
vec<std::byte, NumElements>>(
std::numeric_limits<vec<std::byte, NumElements>>::has_infinity
? static_cast<vec<std::byte, NumElements>>(
-std::numeric_limits<vec<std::byte, NumElements>>::infinity())
: std::numeric_limits<vec<std::byte, NumElements>>::lowest())
Definition at line 317 of file known_identity.hpp.
The documentation for this struct was generated from the following file: