CORDIC algorithm in RISC-V
I’m trying to implement CORDIC algorithm for calculating sine and cosine of specified angle in RISC-V assembly using RARS simulator.
I’m trying to implement CORDIC algorithm for calculating sine and cosine of specified angle in RISC-V assembly using RARS simulator.