Deutsch   English   Français   Italiano  
<vm3kf2$1t0s1$1@dont-email.me>

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

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Thomas Koenig <tkoenig@netcologne.de>
Newsgroups: comp.arch
Subject: Re: Calling conventions (particularly 32-bit ARM)
Date: Mon, 13 Jan 2025 18:02:10 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <vm3kf2$1t0s1$1@dont-email.me>
References: <vlgngv$1ks4a$1@dont-email.me>
 <4903307dfcce354508c9fc016a4c1ea1@www.novabbs.org>
 <jwv34htql17.fsf-monnier+comp.arch@gnu.org>
 <2025Jan8.230846@mips.complang.tuwien.ac.at>
 <jwvr05cq4tx.fsf-monnier+comp.arch@gnu.org>
 <2025Jan9.082357@mips.complang.tuwien.ac.at>
 <vlqm0d$27bfb$1@paganini.bofh.team>
 <2025Jan10.112523@mips.complang.tuwien.ac.at>
 <6be6d207cf7386fb66d47f2fe619df71@www.novabbs.org>
Injection-Date: Mon, 13 Jan 2025 19:02:10 +0100 (CET)
Injection-Info: dont-email.me; posting-host="8ae371d57a67ce9683d1f49b26012745";
	logging-data="1999745"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+DjFyL6L05JUmX2zF4yg4HE1Jnf4SSyks="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:S1+MuBNnB3qvqkmDkKiK2SFYy8A=
Bytes: 1594

MitchAlsup1 <mitchalsup@aol.com> schrieb:

> errno is an atrocity all by itself; single handedly preventing
> direct use of SIN(), COS(), TAN(), ATAN(), exp(), ln(), pow()
> as instructions.

Fortunately, the C standard does not require errno to be set
for these functions.  Apple, for example, does not do so.