[arrayfire] 02/248: Added mean<T> instantiations for int64 and uint64 in C++ API

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit b3e65dc39232a018153245221ca515d2d2231092
Author: pradeep <pradeep at arrayfire.com>
Date:   Tue Jun 30 17:05:49 2015 -0400

    Added mean<T> instantiations for int64 and uint64 in C++ API
---
 src/api/cpp/mean.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api/cpp/mean.cpp b/src/api/cpp/mean.cpp
index 877ca16..ed40743 100644
--- a/src/api/cpp/mean.cpp
+++ b/src/api/cpp/mean.cpp
@@ -80,6 +80,8 @@ INSTANTIATE_MEAN(int);
 INSTANTIATE_MEAN(unsigned int);
 INSTANTIATE_MEAN(char);
 INSTANTIATE_MEAN(unsigned char);
+INSTANTIATE_MEAN(long long);
+INSTANTIATE_MEAN(unsigned long long);
 
 #undef INSTANTIATE_MEAN
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list