diff options
-rw-r--r-- | vec_sse_float1.h | 6 |
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 |