summaryrefslogtreecommitdiffstats
path: root/mathfuncs_convert.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-02-05 00:20:52 -0500
committerErik Schnetter <schnetter@gmail.com>2013-02-05 00:20:52 -0500
commit7078dc8b37246ce33f53e3d55e5581ad826e13f9 (patch)
tree538a7e20a54362330b427db3e3c484702e41e473 /mathfuncs_convert.h
parent43d26c25c6bbdefcca43278de42bf0ae524adb72 (diff)
downloadvecmathlib-7078dc8b37246ce33f53e3d55e5581ad826e13f9.zip
vecmathlib-7078dc8b37246ce33f53e3d55e5581ad826e13f9.tar.gz
Comment out unused variable
Diffstat (limited to 'mathfuncs_convert.h')
-rw-r--r--mathfuncs_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathfuncs_convert.h b/mathfuncs_convert.h
index 58d0682..6645f45 100644
--- a/mathfuncs_convert.h
+++ b/mathfuncs_convert.h
@@ -19,7 +19,7 @@ namespace vecmathlib {
// first pass (lobits), so that the second pass (hibits) may be
// omitted if the high bits are known to be zero.
int_t lobits = FP::mantissa_bits;
- int_t hibits = FP::bits - lobits;
+ // int_t hibits = FP::bits - lobits;
// Convert lower bits
intvec_t xlo = x & IV((U(1) << lobits) - 1);
OpenPOWER on IntegriCloud