[libre-riscv-dev] [Bug 74] preliminary exploratory software emulation of FP SQRT
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Sat Apr 27 15:24:29 BST 2019
http://bugs.libre-riscv.org/show_bug.cgi?id=74
--- Comment #8 from Aleksandar Kostovic <alexandar.kostovic at gmail.com> ---
>looks great, and pretty much the exact same thing as what jacob
>pointed to.
thanks! i actually took some time to understand what it does, so took a while
>so, try just throwing some numbers at the sqrt function, print
>them out in a loop:
>
>for i in range(1, 20):
> print(sqrt(i))
>
>that should do the trick. then, modify that to include the python
>version (int(pow)) as well.
>
>you'll soon see if the function works :)
I see, it works, but only displays whole numbers. remeber its not a bug, its a
feature ;)
Next up, trying to make it work as it should
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list