aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-4-SSE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vectors-4-SSE.h')
-rw-r--r--src/vectors-4-SSE.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vectors-4-SSE.h b/src/vectors-4-SSE.h
index 2f55183..dbf0cce 100644
--- a/src/vectors-4-SSE.h
+++ b/src/vectors-4-SSE.h
@@ -21,11 +21,11 @@
#ifdef __SSE4_1__
-#define vec4_architecture "SSE4.1 (32-bit precision)"
+# define vec4_architecture "SSE4.1 (32-bit precision)"
#elif defined(__SSE4A__)
-#define vec4_architecture "SSE4A (32-bit precision)"
+# define vec4_architecture "SSE4A (32-bit precision)"
#else
-#define vec4_architecture "SSE (32-bit precision)"
+# define vec4_architecture "SSE (32-bit precision)"
#endif
// Vector type corresponding to CCTK_REAL