From e3c0f0b4af79988d5ea84799dfc9ad5a1b2a148a Mon Sep 17 00:00:00 2001 From: shriya Date: Tue, 21 Nov 2023 15:52:53 +0000 Subject: [PATCH] --- openpower/sv/cookbook/pospopcnt.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/openpower/sv/cookbook/pospopcnt.mdwn b/openpower/sv/cookbook/pospopcnt.mdwn index 37bda1a17..1855abe11 100644 --- a/openpower/sv/cookbook/pospopcnt.mdwn +++ b/openpower/sv/cookbook/pospopcnt.mdwn @@ -20,6 +20,7 @@ func count8safe(counts *[8]int, buf []uint8) { } ``` Array popcount is just standard popcount function on an array of values whereas positional popcount adds up the totals of each bit set to 1 in each bit-position, of an array of input values. + pospopcnt [[!tag svp64_cookbook ]] -- 2.30.2