From 8dd8f3f9b516fa7aa726bb94bc67bd8105c77afc Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 24 Feb 2014 13:59:35 +0000 Subject: Disable PGI-specific outdated code git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@97 105869f7-3296-0410-a4ea-f4349344b45a --- src/vectors-4-SSE.h | 9 --------- src/vectors-8-SSE2.h | 9 --------- 2 files changed, 18 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 #include #include @@ -776,8 +769,6 @@ CCTK_REAL4_VEC k4sgn(CCTK_REAL4_VEC const x) return k4ifthen(iszero, vec4_set1(0.0), signedone); } -#endif - #undef I2R diff --git a/src/vectors-8-SSE2.h b/src/vectors-8-SSE2.h index fa7956f..96c687c 100644 --- a/src/vectors-8-SSE2.h +++ b/src/vectors-8-SSE2.h @@ -3,13 +3,6 @@ // Use the type __m128d directly, without introducing a wrapper class -#ifdef __PGI -// PGI doesn't want to inline functions -# include "macros/vectors-8-SSE2.h" -#else - - - #include #include @@ -822,5 +815,3 @@ CCTK_REAL8_VEC k8sgn(CCTK_REAL8_VEC const x) #undef I2R #undef R2I - -#endif -- cgit v1.2.3