[Libre-soc-bugs] [Bug 1044] SVP64 implementation of pow(x,y,z)
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Sep 27 20:06:17 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1044
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
The table of|jacob=2000 |jacob=1500
payments (in EUR)| |lkcl=500
for this task;| |
TOML format| |
--- Comment #17 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #15)
> basically, it's a combined subtraction-comparison all-in-one.
love it.
this is the key work:
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=85abafd4
this is what we are aiming for - first with svindex and then using
that to drive the development of bigmul REMAP and then come back and
replace Indexed REMAP.
loop-unrolling in SVP64 assembler is a "no-no". if it's "needed" then
it means something's seriously wrong and we need to activate "redesign
SVP64" procedures to make sure that the loop-unrolling is definitely,
definitely *not* needed.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list