Add fvec doxygen
authorSzilárd Páll <pall.szilard@gmail.com>
Tue, 27 Oct 2020 10:49:24 +0000 (11:49 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Fri, 30 Oct 2020 05:45:43 +0000 (05:45 +0000)
src/gromacs/nbnxm/opencl/nbnxm_ocl_kernel_utils.clh

index 1b7ed8478abe06464a0c4da06403cde0646d46fc..f03706f23849e527e34e91aa9ca7329ee12f4f00 100644 (file)
 #        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