summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/gather.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/gather.hpp')
-rw-r--r--boost/compute/algorithm/gather.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/gather.hpp b/boost/compute/algorithm/gather.hpp
index 24c5c727ae..62442587f7 100644
--- a/boost/compute/algorithm/gather.hpp
+++ b/boost/compute/algorithm/gather.hpp
@@ -62,6 +62,8 @@ private:
/// to the range beginning at \p result using the input values from the range
/// beginning at \p input.
///
+/// Space complexity: \Omega(1)
+///
/// \see scatter()
template<class InputIterator, class MapIterator, class OutputIterator>
inline void gather(MapIterator first,