K-computer specific modifications
[alexxy/gromacs.git] / src / gromacs / simd / simd.h
index 53a65e984a97cecaf6ffdea03ae8dabe77fc08d7..8ef1c8cac4e563c0cef3c46fc571c1d3b20b7691 100644 (file)
@@ -126,6 +126,8 @@ static gmx_inline double * gmx_simd4_align_d(double *p);
 #    include "gromacs/simd/impl_x86_sse2/impl_x86_sse2.h"
 #elif defined GMX_SIMD_IBM_QPX
 #    include "gromacs/simd/impl_ibm_qpx/impl_ibm_qpx.h"
+#elif defined GMX_SIMD_SPARC64_HPC_ACE
+#    include "gromacs/simd/impl_sparc64_hpc_ace/impl_sparc64_hpc_ace.h"
 #elif (defined GMX_SIMD_REFERENCE) || (defined DOXYGEN)
 /* Plain C SIMD reference implementation, also serves as documentation.
  * For now this code path will also be taken for Sparc64_HPC_ACE since we have