Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions include/matx/core/half.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ template <typename T> struct alignas(sizeof(T)) matxHalf {
return static_cast<float>(x);
}

/**
* @brief Double casting operator
*
* @return double of value
*/
__MATX_HOST__ __MATX_DEVICE__ __MATX_INLINE__ operator double() const
{
return static_cast<double>(x);
}

/**
* @brief Default copy assignment operator
*
Expand Down