From 26283c8c251269a152ea22fffc7dba89c5e59070 Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 9 Nov 2010 19:34:45 +0000 Subject: [PATCH] Minor fixes. --- src/nvmath/SimdVector.h | 2 +- src/nvmath/SimdVector_SSE.h | 0 src/nvmath/SimdVector_VE.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/nvmath/SimdVector.h mode change 100755 => 100644 src/nvmath/SimdVector_SSE.h mode change 100755 => 100644 src/nvmath/SimdVector_VE.h diff --git a/src/nvmath/SimdVector.h b/src/nvmath/SimdVector.h old mode 100755 new mode 100644 index b84ea6f..fa164f3 --- a/src/nvmath/SimdVector.h +++ b/src/nvmath/SimdVector.h @@ -5,7 +5,7 @@ // Set some reasonable defaults. #ifndef NV_USE_ALTIVEC -# define NV_USE_ALTIVEC POSH_CPU_PPC +# define NV_USE_ALTIVEC NV_CPU_PPC #endif #ifndef NV_USE_SSE diff --git a/src/nvmath/SimdVector_SSE.h b/src/nvmath/SimdVector_SSE.h old mode 100755 new mode 100644 diff --git a/src/nvmath/SimdVector_VE.h b/src/nvmath/SimdVector_VE.h old mode 100755 new mode 100644