[Libre-soc-bugs] [Bug 555] encode a dotproduct in a single instruction
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Wed Dec 23 19:58:58 GMT 2020
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=555
--- Comment #6 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
reminder of what dotproduct is:
    result = 0
    for i in range(x):
        result += a[i] * b[i]
which makes sense for fma as long as RC starts out as zero.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list