Altera_Forum
Honored Contributor
10 years agoTrigonometric functions with FPU
Hello,
I'm trying to reduce the latency of my arithmetic operations. For that purpose i The CUSTOM FPU INSTRUCTION to my Nios. I've enabled HW and DIV at NIOS2-F. Using this Custom Instruction i can get good performance when doing MUL, ADD, SUB, SQRT and DIV operations. Now, i want to use some complex sin,atan, cos instruction. I have tested sin/cos/atan with/without hardware FPU. The performance is the same. When i look to objdump file, the custom functions are not called. Is there any configuration I need to set? I'm using Quartus 15 and eclipse. Thanks in advance, Best regards,