From 8368ca472ddfd2c887dfb88b4af1c70b3c7b1e2e Mon Sep 17 00:00:00 2001 From: darkbuck Date: Mon, 8 Jul 2019 07:00:51 -0400 Subject: [PATCH] Fix even more typo. (#1204) [ROCm/hip commit: c8b76a6a63c4519e90dd833a7321a79b77d2c746] --- projects/hip/include/hip/hcc_detail/hip_vector_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hcc_detail/hip_vector_types.h b/projects/hip/include/hip/hcc_detail/hip_vector_types.h index 2ce216e409..07908c71a4 100644 --- a/projects/hip/include/hip/hcc_detail/hip_vector_types.h +++ b/projects/hip/include/hip/hcc_detail/hip_vector_types.h @@ -218,7 +218,7 @@ THE SOFTWARE. r[0] = d[0] == x.d[0]; r[1] = d[1] == x.d[1]; r[2] = d[2] == x.d[2]; - return -r; + return r; } };