aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-8-QPX.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vectors-8-QPX.h')
-rw-r--r--src/vectors-8-QPX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vectors-8-QPX.h b/src/vectors-8-QPX.h
index 4d4991f..40f6c18 100644
--- a/src/vectors-8-QPX.h
+++ b/src/vectors-8-QPX.h
@@ -21,7 +21,7 @@
#define vec8_architecture "QPX"
// Vector type corresponding to CCTK_REAL
-// TODO: Use a typedef to avoid the "const" issue? Or use a struct?
+// We use a struct to avoid the "const" issue
// #define CCTK_REAL8_VEC vector4double
struct CCTK_REAL8_VEC {
vector4double v;