[Libre-soc-bugs] [Bug 1044] SVP64 implementation of pow(x,y,z)

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Oct 9 10:18:01 BST 2023


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

--- Comment #41 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
also bear in mind, if you have s[i+1] = s[i] then as long as
you have 64 bit regs (no elwidth) you can do sv.whatever *r1, *r0, ...

that works with 1<<r3 as well so sv.whatever/dm=1<<r3 *r1, *r0

and works with REMAP just as well.

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


More information about the libre-soc-bugs mailing list