Forum Discussion
Nios II, floating point hardware.
- 3 years ago
Hi @PShar32 ,
Do you have any further update or concern?
Let me know if there's any.
Thanks,
Best Regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
Hi,
You're right. Nios II/f does support hardware multiplication check this link https://www.intel.com/content/www/us/en/docs/programmable/683836/current/multiply-and-divide-performance-83984.html. So not necessary to add floating point hardware anymore.
Thanks,
Best regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.
- PShar323 years ago
Occasional Contributor
Hello,
thank you, for your reply,
also the link you suggests to make multiplication in assembly code. I am writing in c++, how will I write those functions ? (Mul r1, r2, r3)??
Is there any other means to make the “ 64 bit double precision “ multiplication more faster, in nios II. .?
//