We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84dc6e commit cad5279Copy full SHA for cad5279
lib/node_modules/@stdlib/ndarray/base/count-truthy/include/stdlib/ndarray/base/count-truthy/macros/nd.h
@@ -42,7 +42,7 @@
42
* STDLIB_NDARRAY_COUNT_TRUTHY_ND_LOOP_PREMABLE {
43
* // Innermost loop body...
44
* }
45
-* STDLIB_NDARRAY_COUNT_TRUTHY_ND_LOOP_EPILOGUE
+* STDLIB_NDARRAY_COUNT_TRUTHY_ND_LOOP_EPILOGUE( int32_t )
46
*/
47
#define STDLIB_NDARRAY_COUNT_TRUTHY_ND_LOOP_PREAMBLE \
48
const struct ndarray *x1 = arrays[ 0 ]; \
0 commit comments