summaryrefslogtreecommitdiffstats
path: root/vecmathlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'vecmathlib.h')
-rw-r--r--vecmathlib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vecmathlib.h b/vecmathlib.h
index c0a2466..30e0718 100644
--- a/vecmathlib.h
+++ b/vecmathlib.h
@@ -72,7 +72,10 @@ namespace std { class type_info; }
# include "vec_double_vsx.h"
#endif
-#if defined __bgq__ && defined __VECTOR4DOUBLE__ // Blue Gene/Q QPX
+// TODO: IBM Blue Gene/P DoubleHummer
+
+#if defined __bgq__ && defined __VECTOR4DOUBLE__ // IBM Blue Gene/Q QPX
+// TODO: vec_float_qpx
# include "vec_double_qpx.h"
#endif
OpenPOWER on IntegriCloud