First part of commit for redesigned SIMD module - namechanges.
[alexxy/gromacs.git] / src / gromacs / simd / macros_ref.h
index 80021d0bb34735fbb2e7a5f53ec8f87d09c27568..2f11e04d99d376c87a13d1b3f829219a9fe4a664 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -410,7 +410,7 @@ gmx_simd_ref_cvttpr_epi32(gmx_simd_ref_pr a)
 };
 
 /* These two function only need to be approximate, Newton-Raphson iteration
- * is used for full accuracy in gmx_invsqrt_pr and gmx_inv_pr.
+ * is used for full accuracy in gmx_simd_invsqrt_r and gmx_simd_inv_r.
  */
 static gmx_inline gmx_simd_ref_pr
 gmx_simd_ref_rsqrt_pr(gmx_simd_ref_pr a)