From 20c25678206b2c638b632df88a3b0f13a2b4a3f0 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 19 Mar 2022 06:36:46 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 2e731402e..2c73eb108 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -540,7 +540,7 @@ uint64_t gorc64(uint64_t RA, uint64_t RB) } ``` -# Introductory Explanation for Carry-less and Galois Field arithmetic +# Introduction to Carry-less and GF arithmetic There are three completely separate types of Galois-Field-based arithmetic that we implement which are not well explained even in introductory literature. A slightly oversimplified explanation -- 2.30.2