|
|
|
|
|
by thesz
539 days ago
|
|
Adds are cheaper only for fixed-point computations. Floating point addition needs to denormalize one of its' arguments, perform an (integer) addition and then normalize the result. Usually FP adds take a cycle or two longer than FP multiplication. |
|