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 <20240913115235.000074cf@yahoo.com>
Deutsch   English   Français   Italiano  
<20240913115235.000074cf@yahoo.com>

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

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.arch
Subject: Re: Computer architects leaving Intel...
Date: Fri, 13 Sep 2024 11:52:35 +0300
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <20240913115235.000074cf@yahoo.com>
References: <2024Aug30.161204@mips.complang.tuwien.ac.at>
	<memo.20240830164247.19028y@jgd.cix.co.uk>
	<vasruo$id3b$1@dont-email.me>
	<2024Aug30.195831@mips.complang.tuwien.ac.at>
	<vat5ap$jthk$2@dont-email.me>
	<vaunhb$vckc$1@dont-email.me>
	<vautmu$vr5r$1@dont-email.me>
	<2024Aug31.170347@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>
	<vb7b0v$3d1o7$1@dont-email.me>
	<20240912231016.00004048@yahoo.com>
	<vc0j7o$nbdt$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 13 Sep 2024 10:52:43 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="46d778e366440aa5cd4ab92ae9134f42";
	logging-data="479852"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/3+dL/BRf6NrfjwxifnHLHPWiL2iywnT0="
Cancel-Lock: sha1:7onl/+3EHjJrH14Ugh6SGf6vUjQ=
X-Newsreader: Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
Bytes: 2290

On Fri, 13 Sep 2024 05:40:08 -0000 (UTC)
Thomas Koenig <tkoenig@netcologne.de> wrote:

> Michael S <already5chosen@yahoo.com> schrieb:
> 
> > In order to make comparison I have to port a test bench first,
> > because while most of this languages are able, with various level of
> > difficulties, to call C routines, none of them can be called from
> > 'C', at least at my level of knowledge.  
> 
> If you declare a Fortran procedure BIND(C), you can call it from C.
> gfortran will give you the C prototype with -fc-prototypes.
> 
> Or, if you don't declare it BIND(C) and it uses old-style code,
> you can use -fc-prototypes-external.

Thank you, but Fortran was not in the list of the languages that I
wanted to test.