From bc75c01823b803f4958992a77daf8db52273257c Mon Sep 17 00:00:00 2001 From: Jamie Pond <73431532+jamierpond@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:20:26 -0600 Subject: [PATCH] update docs --- inc/zoo/swar/associative_iteration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/zoo/swar/associative_iteration.h b/inc/zoo/swar/associative_iteration.h index 00bc9e7..3bc66c7 100644 --- a/inc/zoo/swar/associative_iteration.h +++ b/inc/zoo/swar/associative_iteration.h @@ -357,7 +357,7 @@ constexpr auto negate(SWAR input) { /// and the count to be used, the "count" is an artifact of this generalization /// \tparam IterationCount loosely models the "exponent" in "exponentiation", however, it may not /// be a number, the iteration count is part of the execution context to apply the operator -/// \param forSquaring is an artifact of this generalization +/// \param forSquaring should be a count in the monoid which will always "fire" the operation in question. (e.g. a boolean true, or an all-true BooleanSWAR) /// \param log2Count is to potentially reduce the number of iterations if the caller a-priori knows /// there are fewer iterations than what the type of exponent would allow template<