Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <9179d22594f89b140e5486e70eeedf73@www.novabbs.org>
Deutsch   English   Français   Italiano  
<9179d22594f89b140e5486e70eeedf73@www.novabbs.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: mitchalsup@aol.com (MitchAlsup1)
Newsgroups: comp.arch
Subject: Re: Computer architects leaving Intel...
Date: Sun, 8 Sep 2024 18:32:10 +0000
Organization: Rocksolid Light
Message-ID: <9179d22594f89b140e5486e70eeedf73@www.novabbs.org>
References: <2024Aug30.161204@mips.complang.tuwien.ac.at> <vavpnh$13tj0$2@dont-email.me> <vb00c2$150ia$1@dont-email.me> <505954890d8461c1f4082b1beecd453c@www.novabbs.org> <vb0kh2$12ukk$1@dont-email.me> <vb3smg$1ta6s$1@dont-email.me> <vb4q5o$12ukk$3@dont-email.me> <vb6a16$38aj5$1@dont-email.me> <vb7evj$12ukk$4@dont-email.me> <vb8587$3gq7e$1@dont-email.me> <vb91e7$3o797$1@dont-email.me> <vb9eeh$3q993$1@dont-email.me> <vb9l7k$3r2c6$2@dont-email.me> <vba26l$3te44$1@dont-email.me> <vbag2s$3vhih$1@dont-email.me> <vbbnf9$8j04$1@dont-email.me> <vbbsl4$9hdg$1@dont-email.me> <vbcbob$bd22$3@dont-email.me> <vbcob9$dvp4$1@dont-email.me> <vbg0e8$v9mi$2@dont-email.me> <a3e7614794a11b67739888bcaa7e734a@www.novabbs.org> <vbguhv$18kfl$1@dont-email.me> <494082f2ee00c2ce616c1f95d2a67275@www.novabbs.org> <vbjg06$1r8bb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="1327457"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="65wTazMNTleAJDh/pRqmKE7ADni/0wesT78+pyiDW8A";
User-Agent: Rocksolid Light
X-Rslight-Site: $2y$10$AXtudfRYGH9IYOh4P4q4RO79ydEdstha/qJQllSZvEcnAWJIjbReS
X-Rslight-Posting-User: ac58ceb75ea22753186dae54d967fed894c3dce8
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 2102
Lines: 13

On Sun, 8 Sep 2024 6:25:10 +0000, David Brown wrote:

> On 08/09/2024 02:17, MitchAlsup1 wrote:
>> On Sat, 7 Sep 2024 7:15:11 +0000, David Brown wrote:
>>
>> static uint64_t array[1024*1024*512+1]
>> static int      SIZE = sizeof(array)/sizeof(uint65_t);
>
> Surely you mean :
>
> static const size_t array_size = sizeof(array) / sizeof(uint64_t);
>

I wanted SIZE to have the same type as i.