summaryrefslogtreecommitdiffstats
path: root/vec_sse_float1.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-03 11:52:19 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-03 11:52:19 -0400
commit90fa35442e90ac7e00d6dba78e52d062f245cab9 (patch)
tree50a39eb5a27dc517f9f4baa2a444aca349736973 /vec_sse_float1.h
parent0d0ff36413872b25441dabaf645d5759ad43445c (diff)
downloadvecmathlib-90fa35442e90ac7e00d6dba78e52d062f245cab9.zip
vecmathlib-90fa35442e90ac7e00d6dba78e52d062f245cab9.tar.gz
Rename cpp include guard
Diffstat (limited to 'vec_sse_float1.h')
-rw-r--r--vec_sse_float1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vec_sse_float1.h b/vec_sse_float1.h
index d3039ad..2ef20bd 100644
--- a/vec_sse_float1.h
+++ b/vec_sse_float1.h
@@ -1,7 +1,7 @@
// -*-C++-*-
-#ifndef VEC_SSE2_FLOAT1_H
-#define VEC_SSE2_FLOAT1_H
+#ifndef VEC_SSE_FLOAT1_H
+#define VEC_SSE_FLOAT1_H
#include "floatprops.h"
#include "mathfuncs.h"
@@ -542,4 +542,4 @@ namespace vecmathlib {
} // namespace vecmathlib
-#endif // #ifndef VEC_SSE2_FLOAT1_H
+#endif // #ifndef VEC_SSE_FLOAT1_H
OpenPOWER on IntegriCloud