mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
doc: mention quarter square mult is ancient apparently
This commit is contained in:
parent
b77e488482
commit
bdb66b4b63
@ -487,6 +487,9 @@ the 6502.
|
|||||||
A typical implementation takes around 700 cycles
|
A typical implementation takes around 700 cycles
|
||||||
for a 8.8 x 8.8 fixed point multiply.
|
for a 8.8 x 8.8 fixed point multiply.
|
||||||
|
|
||||||
|
% Note, this is Quarter-square multiplication, apparently an ancient algorithm
|
||||||
|
% https://en.wikipedia.org/wiki/Multiplication_algorithm#Quarter_square_multiplication
|
||||||
|
|
||||||
We improved this by using the fast multiply algorithm
|
We improved this by using the fast multiply algorithm
|
||||||
described by Stephen Judd.
|
described by Stephen Judd.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user