Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Base 8 is just like base 10, if you are missing two fingers. -- Tom Lehrer


devel / comp.std.c / Re: 128 bit integers

SubjectAuthor
* 128 bit integersfabien carpignano
`* 128 bit integersArnold Ziffel
 `* 128 bit integersKeith Thompson
  `- 128 bit integersArnold Ziffel

1
Re: 128 bit integers

<2cab7f85-75a9-4d6c-b3aa-696551461ee7n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1012&group=comp.std.c#1012

  copy link   Newsgroups: comp.std.c
X-Received: by 2002:a05:622a:1a94:b0:3e0:ed1:9f72 with SMTP id s20-20020a05622a1a9400b003e00ed19f72mr1447228qtc.7.1680726636463;
Wed, 05 Apr 2023 13:30:36 -0700 (PDT)
X-Received: by 2002:a05:6870:10d8:b0:17b:ce89:9b95 with SMTP id
24-20020a05687010d800b0017bce899b95mr3600772oar.0.1680726636146; Wed, 05 Apr
2023 13:30:36 -0700 (PDT)
Path: rocksolid2!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.std.c
Date: Wed, 5 Apr 2023 13:30:35 -0700 (PDT)
In-Reply-To: <42e8d92e$0$22292$8fcfb975@news.wanadoo.fr>
Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:1f7:e4b0:923b:2abd:e649:9ae9;
posting-account=MF13fQoAAAD2WtckpfdxfF-aNdzvfQEE
NNTP-Posting-Host: 2a01:e0a:1f7:e4b0:923b:2abd:e649:9ae9
References: <42e8d92e$0$22292$8fcfb975@news.wanadoo.fr>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2cab7f85-75a9-4d6c-b3aa-696551461ee7n@googlegroups.com>
Subject: Re: 128 bit integers
From: fade@fade.airforce (fabien carpignano)
Injection-Date: Wed, 05 Apr 2023 20:30:36 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2126
 by: fabien carpignano - Wed, 5 Apr 2023 20:30 UTC

Le jeudi 28 juillet 2005 à 15:10:11 UTC+2, jacob navia a écrit :
> A customer has asked me to add 128 bit integers to the 64 bit
> version of my compiler system (lcc-win64).
> After developing the assembly procedures, I have several
> questions:
> 1) How should I name this stuff?
> long long long ???
> __int128 ?
> int128 ?
> 2) How would this integers get printed with printf?
> "%llld" ?
> "%I128d" ?
> 3) Should I supply definitions for it in inttypes.h, and in
> stdint.h ?
> 4) What other implications can this new type have? I would have
> loved to use long long for this, long for 64 bit, int for 32
> bits, etc. But this is not possible for compatibility reasons.
> There is too much software there that assumes long long is 64 bits,
> not 128.
> jacob
> http://www.cs.virginia.edu:/~lcc-win32
x64-128 pour inltel tu la deja 12 et 13 genertion mai il faux changet larchitecture paur amd x64_128

Re: 128 bit integers

<e0e02050-08a6-4721-bd8e-8f2208b77d1d@hooterville.invalid>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1013&group=comp.std.c#1013

  copy link   Newsgroups: comp.std.c
Path: rocksolid2!i2pn.org!news.chmurka.net!.POSTED.s.v.chmurka.net!not-for-mail
From: arnold@hooterville.invalid (Arnold Ziffel)
Newsgroups: comp.std.c
Subject: Re: 128 bit integers
Date: Fri, 7 Apr 2023 01:12:48 -0000 (UTC)
Organization: news.chmurka.net
Message-ID: <e0e02050-08a6-4721-bd8e-8f2208b77d1d@hooterville.invalid>
References: <42e8d92e$0$22292$8fcfb975@news.wanadoo.fr> <2cab7f85-75a9-4d6c-b3aa-696551461ee7n@googlegroups.com>
NNTP-Posting-Host: s.v.chmurka.net
Injection-Date: Fri, 7 Apr 2023 01:12:48 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="arnold"; posting-host="s.v.chmurka.net:172.24.44.20";
logging-data="16561"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.32-v7+ (armv7l))
Cancel-Lock: sha1:yBkiEou65zAdgXP+qjq4cqSpjko=
 by: Arnold Ziffel - Fri, 7 Apr 2023 01:12 UTC

fabien carpignano <fade@fade.airforce> wrote:

> x64-128 pour inltel tu la deja 12 et 13 genertion mai il faux changet
> larchitecture paur amd x64_128

Could you please write in English?

--
You cannot tame a tiger by pulling but one of his teeth.

Re: 128 bit integers

<875ya8gudm.fsf@nosuchdomain.example.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1014&group=comp.std.c#1014

  copy link   Newsgroups: comp.std.c
Path: rocksolid2!i2pn.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From: Keith.S.Thompson+u@gmail.com (Keith Thompson)
Newsgroups: comp.std.c
Subject: Re: 128 bit integers
Date: Thu, 06 Apr 2023 21:59:33 -0700
Organization: None to speak of
Lines: 14
Message-ID: <875ya8gudm.fsf@nosuchdomain.example.com>
References: <42e8d92e$0$22292$8fcfb975@news.wanadoo.fr>
<2cab7f85-75a9-4d6c-b3aa-696551461ee7n@googlegroups.com>
<e0e02050-08a6-4721-bd8e-8f2208b77d1d@hooterville.invalid>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="3a2a3a64f867f17cc21a2a9ec4c0dfab";
logging-data="752895"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1wsOVGkEC3T37jm0h4kkB"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Cancel-Lock: sha1:IdeLCj/cvI5948y1PfZtEEa15h4=
sha1:jDlGnRCMsaJa9eLsLoxS5dDTgqo=
 by: Keith Thompson - Fri, 7 Apr 2023 04:59 UTC

arnold@hooterville.invalid (Arnold Ziffel) writes:
> fabien carpignano <fade@fade.airforce> wrote:
>
>> x64-128 pour inltel tu la deja 12 et 13 genertion mai il faux changet
>> larchitecture paur amd x64_128
>
> Could you please write in English?

When replying to an article from 18 years ago?

--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
Working, but not speaking, for XCOM Labs
void Void(void) { Void(); } /* The recursive call of the void */

Re: 128 bit integers

<f93fe507-a77b-4817-845c-f559d3de1c50@hooterville.invalid>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=1015&group=comp.std.c#1015

  copy link   Newsgroups: comp.std.c
Path: rocksolid2!i2pn.org!news.chmurka.net!.POSTED.s.v.chmurka.net!not-for-mail
From: arnold@hooterville.invalid (Arnold Ziffel)
Newsgroups: comp.std.c
Subject: Re: 128 bit integers
Date: Sat, 8 Apr 2023 00:36:51 -0000 (UTC)
Organization: news.chmurka.net
Message-ID: <f93fe507-a77b-4817-845c-f559d3de1c50@hooterville.invalid>
References: <42e8d92e$0$22292$8fcfb975@news.wanadoo.fr> <2cab7f85-75a9-4d6c-b3aa-696551461ee7n@googlegroups.com> <e0e02050-08a6-4721-bd8e-8f2208b77d1d@hooterville.invalid> <875ya8gudm.fsf@nosuchdomain.example.com>
NNTP-Posting-Host: s.v.chmurka.net
Injection-Date: Sat, 8 Apr 2023 00:36:51 -0000 (UTC)
Injection-Info: news.chmurka.net; posting-account="arnold"; posting-host="s.v.chmurka.net:172.24.44.20";
logging-data="3749"; mail-complaints-to="abuse-news.(at).chmurka.net"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.32-v7+ (armv7l))
Cancel-Lock: sha1:ji7MYcKDreBucIWOI9jv4Rs6NJA=
 by: Arnold Ziffel - Sat, 8 Apr 2023 00:36 UTC

Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:

>>> x64-128 pour inltel tu la deja 12 et 13 genertion mai il faux changet
>>> larchitecture paur amd x64_128
>>
>> Could you please write in English?
>
> When replying to an article from 18 years ago?

Even then ;)

--
A complex system that works is invariably found to have evolved from a
more simple system that worked.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor