fundamentalslib / fundamentals5

Fundamentals 5 Code Library for FreePascal and Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No "HugeWordAddWord64" in flcHugeInt

mtdrms opened this issue · comments

flcHugeInt contains no addition function for directly passed 64-bit integers (signed or unsigned).

By contrast, flcInteger contains operations like WordXXAddWord64 for all integer word types and is able to operate even on typecasted 64-bit variables. Could such functionality be implemented in flcHugeInt too?