<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Aelita <<a href="mailto:aelita-x@narod.ru">aelita-x@narod.ru</a>> schrieb am Di., 7. Aug. 2018, 09:53:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
My name is Aelita and for many years I have been fruitfully using your wonderful freepascal<br>
for my research in algebra, geometry and physics.<br>
Thank you for your inspirational work!<br>
<br>
I'm very interested in seeing the numbers Word128 and Int128 appear in freepascal<br>
(with natural operations A*B, A div B, A mod B, A xor B, A shl N, etc.)!<br>
<br>
Is there a chance that this will happen in the near future?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Using records and operator overloading you can implement them yourself. No need to burden the compiler with it. The only disadvantage would be the inability to use that large literals... but that could be helped a bit with conversions from floating points,at least if full accuracy isn't required. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>