1/1
OR1K compiler emit mult and div
by firefalcon on May 27, 2016 |
firefalcon
Posts: 99 Joined: Jan 10, 2011 Last seen: Mar 26, 2024 |
||
Is there a way to get the or1k-elf compiler to emit multiply and divide instructions? So far, I have had to resort to hand-coded assembly inlines.
|
RE: OR1K compiler emit mult and div
by dgisselq on May 28, 2016 |
dgisselq
Posts: 247 Joined: Feb 20, 2015 Last seen: Oct 24, 2024 |
||
Yes, there is a way.
Try running the compiler with the options:
Thanks to Olof for the answer. Dan |
1/1