Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / legacyheaders / gmx_simd_macros.h
index 074b1bad06f592700d45ea8d0591dc316d448c20..4d900df719fcb94d49632c8726e0ca6e380e1e3c 100644 (file)
 #define gmx_mul_pr        _mm256_mul_ps
 #define gmx_max_pr        _mm256_max_ps
 /* Not-equal (ordered, non-signaling)  */
-#define gmx_cmpneq_pr(x,y)  _mm256_cmp_ps(x,y,0x0c)
+#define gmx_cmpneq_pr(x, y)  _mm256_cmp_ps(x, y, 0x0c)
 /* Less-than (ordered, non-signaling)  */
-#define gmx_cmplt_pr(x,y) _mm256_cmp_ps(x,y,0x11)
+#define gmx_cmplt_pr(x, y) _mm256_cmp_ps(x, y, 0x11)
 #define gmx_and_pr        _mm256_and_ps
 #define gmx_or_pr         _mm256_or_ps
 #define gmx_andnot_pr     _mm256_andnot_ps
 #define gmx_mul_pr        _mm256_mul_pd
 #define gmx_max_pr        _mm256_max_pd
 /* Not-equal (ordered, non-signaling)  */
-#define gmx_cmpneq_pr(x,y)  _mm256_cmp_pd(x,y,0x0c)
+#define gmx_cmpneq_pr(x, y)  _mm256_cmp_pd(x, y, 0x0c)
 /* Less-than (ordered, non-signaling)  */
-#define gmx_cmplt_pr(x,y) _mm256_cmp_pd(x,y,0x11)
+#define gmx_cmplt_pr(x, y) _mm256_cmp_pd(x, y, 0x11)
 #define gmx_and_pr        _mm256_and_pd
 #define gmx_or_pr         _mm256_or_pd
 #define gmx_andnot_pr     _mm256_andnot_pd