X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: 17 Feb 2004 07:55:02 +0200 Message-Id: From: Eli Zaretskii To: Kbwms AT aol DOT com CC: djgpp-workers AT delorie DOT com In-reply-to: <148.2235d751.2d6287e3@aol.com> (Kbwms@aol.com) Subject: Re: C99 Functions Under Development and Checkout References: <148 DOT 2235d751 DOT 2d6287e3 AT aol DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Kbwms AT aol DOT com > Date: Mon, 16 Feb 2004 15:53:55 EST > > This prompts me to ask, "What's the point of going to assembler when the C > code is just as good?" There is no point. I think the reason for having `fma' in the library is because some architectures have machine instructions to do that in one go. I was hoping someone could come up with an idea of implementing that in DJGPP, perhaps with MMX instructions or something like that. But if we cannot do that efficiently, let's have the C implementation.