summaryrefslogtreecommitdiffstats
path: root/mathfuncs_convert.h
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-06-05 14:04:12 +0000
committerErik Schnetter <schnetter@gmail.com>2013-06-05 14:04:12 +0000
commit075a6577bc62862e932b52a2781f8b220237cdea (patch)
tree0b68fa86144eb2e4144e0c3ad6dcda594fed0374 /mathfuncs_convert.h
parente6fd0261b4c1b55d2a9b80497cb46e0d0b7ddd52 (diff)
downloadvecmathlib-075a6577bc62862e932b52a2781f8b220237cdea.zip
vecmathlib-075a6577bc62862e932b52a2781f8b220237cdea.tar.gz
Continue implementing QPX support
Diffstat (limited to 'mathfuncs_convert.h')
-rw-r--r--mathfuncs_convert.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mathfuncs_convert.h b/mathfuncs_convert.h
index bf92b63..3868680 100644
--- a/mathfuncs_convert.h
+++ b/mathfuncs_convert.h
@@ -53,7 +53,8 @@ namespace vecmathlib {
template<typename realvec_t>
- auto mathfuncs<realvec_t>::vml_convert_int(realvec_t x) -> intvec_t
+ // auto mathfuncs<realvec_t>::vml_convert_int(realvec_t x) -> intvec_t
+ typename realvec_t::intvec_t mathfuncs<realvec_t>::vml_convert_int(realvec_t x)
{
// Handle overflow
// int_t min_int = FP::signbit_mask;
OpenPOWER on IntegriCloud