From 7cf3ac1fd210f5ac82dde8db32ad557145c76f10 Mon Sep 17 00:00:00 2001 From: programmerjake Date: Fri, 16 Aug 2024 22:07:30 +0100 Subject: [PATCH] add links to our hardware implementations of gfb* operations --- openpower/sv/bitmanip.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 5c84e83e5..dab95d34c 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -887,6 +887,8 @@ gfbmadd RT, RA, RB, RC [[!inline pagenames="gf_reference/gfbmadd.py" raw="yes"]] ``` +the main entry point for our hardware implementation of both gfbmul and gfbmadd can be found at: + ## `gfbtmadd` -- Binary Galois Field `GF(2^m)` Twin Multiply-Add (for FFT) Used in combination with SV FFT REMAP to perform a full `GF(2^m)` Discrete @@ -919,6 +921,8 @@ gfbinv RT, RA [[!inline pagenames="gf_reference/gfbinv.py" raw="yes"]] ``` +The main entry point in our hardware implementation can be found at: + # Instructions for Prime Galois Fields `GF(p)` ## `GFPRIME` SPR -- Prime Modulus For `gfp*` Instructions -- 2.30.2