| 131 | |
| 132 | template<> |
| 133 | AF_CONSTEXPR __DH__ native_half_t int2half_impl(int value) noexcept { |
| 134 | return __int2half_rn(value); |
| 135 | } |
| 136 | |
| 137 | template<> |
| 138 | AF_CONSTEXPR __DH__ native_half_t int2half_impl(unsigned value) noexcept { |
no test coverage detected