aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-02-26 16:38:34 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-02-26 16:38:34 +0000
commit89b9df75a65eebe20cff4d03785db434bbb4c711 (patch)
treee7b889ea80d1015a6a6570c87336174fac63ad4a
parenta053c8d6b83a0e311220a82800ba696ecc23c701 (diff)
Mark file as containing C++ code
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@81 105869f7-3296-0410-a4ea-f4349344b45a
-rw-r--r--src/vectors-8-VSX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vectors-8-VSX.h b/src/vectors-8-VSX.h
index 1faae76..4b0e18f 100644
--- a/src/vectors-8-VSX.h
+++ b/src/vectors-8-VSX.h
@@ -1,3 +1,4 @@
+// -*-C++-*-
// Vectorise using IBM's Altivec VSX (Power)
// Use the type vector double directly, without introducing a wrapper class