|
|
|
|
|
by nomercy400
104 days ago
|
|
I was taught years ago that MUL and ADD can be implemented in one or a few cycles. They can be the same complexity. What am I missing here? Also, is it possible to use the GPU's ADD/MUL implementation? It is what a GPU does best. |
|
As to why not use the ADD/MUL capabilities of the GPU itself, I guess it wasn’t in the spirit of the challenge. ;)