Fix typo ( T in Vec3_cmp = needs to be int ). (#1203)
Typo introduced here: commite474469213Author: Alex Voicu <alexandru.voicu@amd.com> Date: Mon Jun 24 20:02:09 2019 -0500 Put 3-wide vector types on a ketogenic diet. (#1180) [ROCm/hip commit:a9870f0465]
This commit is contained in:
@@ -210,7 +210,7 @@ THE SOFTWARE.
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
using Vec3_cmp = T __NATIVE_VECTOR__(3, int);
|
using Vec3_cmp = int __NATIVE_VECTOR__(3, int);
|
||||||
__host__ __device__
|
__host__ __device__
|
||||||
Vec3_cmp operator==(const Native_vec_& x) const noexcept
|
Vec3_cmp operator==(const Native_vec_& x) const noexcept
|
||||||
{
|
{
|
||||||
|
|||||||
Fai riferimento in un nuovo problema
Block a user