[arrayfire] 88/408: Adding missing instantiations for compat functions
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.
commit 9036d73bd9d4f647728a09423c0b723d10bb67bf
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Thu Jul 2 15:46:22 2015 -0400
Adding missing instantiations for compat functions
---
src/api/cpp/reduce.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/api/cpp/reduce.cpp b/src/api/cpp/reduce.cpp
index 7be05bb..d492ef0 100644
--- a/src/api/cpp/reduce.cpp
+++ b/src/api/cpp/reduce.cpp
@@ -206,6 +206,9 @@ INSTANTIATE(product_nan, product)
INSTANTIATE(allTrue, alltrue)
INSTANTIATE(anyTrue, anytrue)
+ INSTANTIATE_COMPAT(allTrue, alltrue, bool)
+ INSTANTIATE_COMPAT(anyTrue, anytrue, bool)
+
#undef INSTANTIATE
#undef INSTANTIATE_COMPAT
--
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