aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-4-SSE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vectors-4-SSE.h')
-rw-r--r--src/vectors-4-SSE.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vectors-4-SSE.h b/src/vectors-4-SSE.h
index 0f8c74d..48af510 100644
--- a/src/vectors-4-SSE.h
+++ b/src/vectors-4-SSE.h
@@ -3,13 +3,6 @@
// Use the type __m128 directly, without introducing a wrapper class
-#ifdef __PGI
-// PGI doesn't want to inline functions
-# include "macros/vectors-4-SSE.h"
-#else
-
-
-
#include <algorithm>
#include <cassert>
#include <cmath>
@@ -776,8 +769,6 @@ CCTK_REAL4_VEC k4sgn(CCTK_REAL4_VEC const x)
return k4ifthen(iszero, vec4_set1(0.0), signedone);
}
-#endif
-
#undef I2R