[Libre-soc-bugs] [Bug 676] FORTRAN MAXLOC SVP64 example

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Nov 8 16:41:47 GMT 2023


https://bugs.libre-soc.org/show_bug.cgi?id=676

--- Comment #18 from Andrey Miroshnikov <andrey at technepisteme.xyz> ---
(In reply to shriya.sharma from comment #17)
> link to the standalone c program for FORTRAN MAXLOC:
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=514a48499f05e1cbf444d35f1ab7f7fd863c5e9f

Forgot to remove unused include.

We were getting a random error where the output was:
(ls2)am at tpam430:~/src/openpower-isa/maxloc$ ./maxloc 
Index of the maximum value in an array is: 8

Instead of:
(ls2)am at tpam430:~/src/openpower-isa/maxloc$ ./maxloc 
Index of the maximum value in an array is: 6
(Which is the correct result)

I only managed to get the incorrect result of 8 once; subsequent clean and
compilation fixed the issue.

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


More information about the libre-soc-bugs mailing list