From ff90dc4b8644b18cb8c01bdba1df2488518652ba Mon Sep 17 00:00:00 2001 From: eschnett Date: Sun, 9 Sep 2012 02:27:46 +0000 Subject: Correct indentation git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@65 105869f7-3296-0410-a4ea-f4349344b45a --- src/vectors-8-SSE2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vectors-8-SSE2.h b/src/vectors-8-SSE2.h index 0b301e8..1b6aeb5 100644 --- a/src/vectors-8-SSE2.h +++ b/src/vectors-8-SSE2.h @@ -344,7 +344,7 @@ static const k8const_t k8ltrue = {{ -1LL, -1LL, }}; # define k8ifthen(x,y,z) (_mm_blendv_pd(z,y,x)) #elif 0 // This is slow (but this is what Intel/PGI produce by themselves) -# define k8ifthen(x_,y_,z_) \ +# define k8ifthen(x_,y_,z_) \ ({ \ CCTK_REAL8_VEC const x__=(x_); \ CCTK_REAL8_VEC const y__=(y_); \ -- cgit v1.2.3