From: Luke Kenneth Casson Leighton Date: Tue, 5 Dec 2023 14:39:32 +0000 (+0000) Subject: whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f77b1ea40039011faee30ebd040c60d42801a9b9;p=libreriscv.git whitespace --- diff --git a/openpower/sv/cookbook/pospopcnt.mdwn b/openpower/sv/cookbook/pospopcnt.mdwn index eb8c722bb..f8b46d378 100644 --- a/openpower/sv/cookbook/pospopcnt.mdwn +++ b/openpower/sv/cookbook/pospopcnt.mdwn @@ -46,12 +46,12 @@ Array popcount is just standard popcount function ([[!wikipedia Hamming weight]]) on an array of values, horizontally, however positional popcount is different (vertical) -pospopcnt +pospopcnt Positional popcount adds up the totals of each bit set to 1 in each bit-position, of an array of input values. -pospopcnt +pospopcnt # Visual representation of the pospopcount algorithm