>Enhanced Instructions >Hardware single-cycle (32x32) multiply option
Does that mean their hardware can multiply 32-bit by 32-bit numbers in a single clock cycle?? I took a computer organization course where I implemented a simple hardware multiplier and it took a lot more cycles than that, so I was curious.
BTW, most FPGAs have HW multiplier prebuilt block, because you will loose lots of flip-flops or LUTs (or both) implementing one yourself.
>Enhanced Instructions >Hardware single-cycle (32x32) multiply option
Does that mean their hardware can multiply 32-bit by 32-bit numbers in a single clock cycle?? I took a computer organization course where I implemented a simple hardware multiplier and it took a lot more cycles than that, so I was curious.