Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / simd / tests / simd4.h
index 70b8443633409228d942002e5297652dc824657c..83cb794a741f4b1ec7ecfe5a5233ea29c28a80c6 100644 (file)
  */
 
 #include <vector>
+
 #include <gtest/gtest.h>
+
 #include "gromacs/simd/simd.h"
-#include "gromacs/simd/tests/base.h"
+
+#include "base.h"
 
 namespace gmx
 {
@@ -86,7 +89,9 @@ extern const gmx_simd4_real_t rSimd4_Bits4; //!< Pattern 0C repeated to fill sin
 extern const gmx_simd4_real_t rSimd4_Bits5; //!< Pattern FC repeated to fill single/double.
 extern const gmx_simd4_real_t rSimd4_Bits6; //!< Pattern 3C repeated to fill single/double.
 
-/*! \brief Test fixture for SIMD4 tests - contains test settings.
+/*! \internal
+ * \brief
+ * Test fixture for SIMD4 tests - contains test settings.
  *
  * This is a very simple test fixture that basically just takes the common
  * SIMD/SIMD4 functionality from SimdBaseTest and creates wrapper routines