From 8b6a48d0d1770366cc777a92a02a2253b4b4e841 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Tue, 17 Jul 2018 17:28:48 +0100 Subject: [PATCH] Update hip_vector_types.h [ROCm/clr commit: 252776d4aa969e40d08c79b66ce834e1c1b63aa4] --- projects/clr/hipamd/include/hip/hcc_detail/hip_vector_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/clr/hipamd/include/hip/hcc_detail/hip_vector_types.h b/projects/clr/hipamd/include/hip/hcc_detail/hip_vector_types.h index dc93b5697c..7b05c7db3d 100644 --- a/projects/clr/hipamd/include/hip/hcc_detail/hip_vector_types.h +++ b/projects/clr/hipamd/include/hip/hcc_detail/hip_vector_types.h @@ -683,7 +683,6 @@ __MAKE_VECTOR_TYPE__(longlong, long long); __MAKE_VECTOR_TYPE__(float, float); __MAKE_VECTOR_TYPE__(double, double); - #define DECLOP_MAKE_ONE_COMPONENT(comp, type) \ __device__ __host__ \ static \ @@ -771,4 +770,4 @@ DECLOP_MAKE_TWO_COMPONENT(signed long, longlong2); DECLOP_MAKE_THREE_COMPONENT(signed long, longlong3); DECLOP_MAKE_FOUR_COMPONENT(signed long, longlong4); -#endif \ No newline at end of file +#endif