summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-08-17 12:07:17 -0400
committerErik Schnetter <schnetter@gmail.com>2013-08-17 12:07:17 -0400
commit5e59074445e36db39ff7245e33be316549da6c72 (patch)
tree5ce8264d0ab3c1a8a40651448ff029142824126f
parent7aaa6e4b35a3625039b2605e31ddfe7cd6f43286 (diff)
downloadvecmathlib-5e59074445e36db39ff7245e33be316549da6c72.zip
vecmathlib-5e59074445e36db39ff7245e33be316549da6c72.tar.gz
QPX: Remove debug output
-rw-r--r--vec_qpx_double4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h
index f910cae..20de208 100644
--- a/vec_qpx_double4.h
+++ b/vec_qpx_double4.h
@@ -438,8 +438,6 @@ namespace vecmathlib {
void storea(real_t* p) const
{
VML_ASSERT(intptr_t(p) % alignment == 0);
-#warning "TODO"
- std::cout << "yes this is storea\n";
vec_sta(v, 0, p);
}
void storeu(real_t* p) const
OpenPOWER on IntegriCloud