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 connectionsPath: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: mitchalsup@aol.com (MitchAlsup1) Newsgroups: comp.arch Subject: Re: Byte Addressability And Beyond Date: Mon, 6 May 2024 19:10:43 +0000 Organization: Rocksolid Light Message-ID: <4f40a8b2e5458de89a4e1c52dbeba4fc@www.novabbs.org> References: <2024May3.171330@mips.complang.tuwien.ac.at> <2024May4.111127@mips.complang.tuwien.ac.at> <20240505121327.00000946@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: i2pn2.org; logging-data="289448"; mail-complaints-to="usenet@i2pn2.org"; posting-account="65wTazMNTleAJDh/pRqmKE7ADni/0wesT78+pyiDW8A"; User-Agent: Rocksolid Light X-Spam-Checker-Version: SpamAssassin 4.0.0 X-Rslight-Site: $2y$10$4luBXhVTlXCso9vJfS1eQuZOIVfbuzjX9qcpKVWGW5ZVNC5NaW9Am X-Rslight-Posting-User: ac58ceb75ea22753186dae54d967fed894c3dce8 Bytes: 1574 Lines: 11 Lawrence D'Oliveiro wrote: > On Sun, 5 May 2024 12:13:27 +0300, Michael S wrote: >> PEXTR/PDEP has no immediate form, which makes it inconvenient for >> 'C'-style fixed bit fields. > Fixed bit fields are a limitation of the C language. Why should it > constrain the design of machine architectures? The only thing C bit-fields bears on extract and insert is the need for constants that specify the field.