(no commit message)
authorlkcl <lkcl@web>
Thu, 27 Apr 2023 18:57:50 +0000 (19:57 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 27 Apr 2023 18:57:50 +0000 (19:57 +0100)
openpower/sv/twin_butterfly.mdwn

index 3ceed592bb9e8756ec69ea9fe31e0c9bd0cccf65..6329c898ab4df6196c51216cbe1220d649d8a243 100644 (file)
@@ -31,7 +31,6 @@ Arm includes special instructions to optimize these operations, although they ar
 The suggestion is to have a single instruction to calculate both values `((a + b) * c) >> N`, and `((a - b) * c) >> N`.
 The instruction will run in accumulate mode, so in order to calculate the 2-coeff version one would just have to call the same instruction with different order a, b and a different constant c.
 
-```
 # [DRAFT] Integer Butterfly Multiply Add/Sub FFT/DCT
 
 BF-Form