diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-08-17 12:34:28 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-08-17 12:34:28 -0400 |
commit | 00d17b5c33fd4454767da322397f2193ecbd6d03 (patch) | |
tree | b620818d1e94f4802416515418cd45a14396c5b6 | |
parent | c3bf781d6e30dc323297a38ff7b7a68f51e17a3c (diff) | |
download | vecmathlib-00d17b5c33fd4454767da322397f2193ecbd6d03.zip vecmathlib-00d17b5c33fd4454767da322397f2193ecbd6d03.tar.gz |
QPX: Remove debug output
-rw-r--r-- | vec_qpx_double4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vec_qpx_double4.h b/vec_qpx_double4.h index 1b52419..42973df 100644 --- a/vec_qpx_double4.h +++ b/vec_qpx_double4.h @@ -8,8 +8,6 @@ #include "vec_base.h" #include <cmath> -#warning "TODO" -#include <iostream> // QPX intrinsics #ifdef __clang__ |