added Verlet scheme and NxN non-bonded functionality
[alexxy/gromacs.git] / include / gmx_math_x86_avx_128_fma_single.h
index d9c61a46dbc24d79764dd4459b5fa6ec77460b70..8d48f2cbca1d5ffd3c5008ef07728b2a77d819e3 100644 (file)
@@ -636,7 +636,7 @@ gmx_mm_erfc_ps(__m128 x)
  *    vectorial force to add to the particles.
  *
  */
-__m128
+static __m128
 gmx_mm_pmecorrF_ps(__m128 z2)
 {
     const __m128  FN6      = _mm_set1_ps(-1.7357322914161492954e-8f);
@@ -706,7 +706,7 @@ gmx_mm_pmecorrF_ps(__m128 z2)
  * 6. Add the result to 1/r, multiply by the product of the charges,
  *    and you have your potential.
  */
-__m128
+static __m128
 gmx_mm_pmecorrV_ps(__m128 z2)
 {
     const __m128  VN6      = _mm_set1_ps(1.9296833005951166339e-8f);