[libre-riscv-dev] [Bug 74] preliminary exploratory software emulation of FP SQRT

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Sun Apr 28 16:50:05 BST 2019


http://bugs.libre-riscv.org/show_bug.cgi?id=74

--- Comment #21 from Aleksandar Kostovic <alexandar.kostovic at gmail.com> ---
fixed, on to the testing of for loop:

as you can see
here:https://git.libre-riscv.org/?p=ieee754fpu.git;a=blobdiff;f=src/add/fsqrt.py;h=285492c60f5ef11a5a90c6c11d4a44bdfbc13f89;hp=edb7d4ba17ad916b5043cc60a986d6fcc421ec66;hb=988c785b20b569cef6f9140401fab2ed413259a4;hpb=19fdaa150749a27d4a88d0e9ca3a36ae90c64291

I added two for loops, but when i run it i get the following:

(0, 0)
(1, 0)
(1, 0)
(1, 0)
(2, 0)
(2, 0)
(2, 0)
(2, 0)
(2, 0)
(3, 0)
.
.
.
.

SO it isnt working

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list