|
|
|
|
|
by cbm-vic-20
397 days ago
|
|
The base RISC-V instruction set does not include hardware multiply instructions. Most implementations do include the M (or related) extensions that provide them, but if you are building a processor that doesn't need it, you don't need to include it. |
|