[libre-riscv-dev] fp special functions

Jacob Lifshay programmerjake at gmail.com
Mon Aug 5 07:22:26 BST 2019


On Sun, Aug 4, 2019, 22:41 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> https://libre-riscv.org/rv_major_opcode_1010011/#transcendentals_1op
>
> wow, that filled up *real* fast.  i'd missed atan, in a 2nd reading of
> bug #127 - got it now.
>
note that atan(x) and atanpi(x) are just atan2(x, 1.0) and atan2pi(x, 1.0),
so the atan and atanpi instructions are not needed


More information about the libre-riscv-dev mailing list