From: Szilárd Páll Date: Tue, 27 Oct 2020 10:49:24 +0000 (+0100) Subject: Add fvec doxygen X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=523f9bbca2d39c8b6329eed69f10367128914737;p=alexxy%2Fgromacs.git Add fvec doxygen --- diff --git a/src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel_utils.clh b/src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel_utils.clh index 1b7ed8478a..f03706f238 100644 --- a/src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel_utils.clh +++ b/src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel_utils.clh @@ -122,6 +122,9 @@ # define gmx_unused # endif +/*! \brief Single precision floating point short vector type (as rvec in the CPU codebase). + * Currently only used to avoid float3 register arrays. + */ typedef float fvec[3]; // Data structures shared between OpenCL device code and OpenCL host code