From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Whats up with sqrt? Date: Sun, 18 Mar 2001 18:42:15 +0000 Lines: 7 Message-ID: References: <5BF60CD649EDD411A04600B0D049F53A092586 AT hydmail02 DOT hyd DOT wilco-int DOT com> <8361-Sat17Mar2001120444+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: modem-98.lithium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news8.svr.pol.co.uk 984940889 25201 62.136.2.98 (18 Mar 2001 18:41:29 GMT) NNTP-Posting-Date: 18 Mar 2001 18:41:29 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote: > In fact, for most arguments, code produced by latest versions of GCC > doesn't even call the library function, it emits an FP instruction > that computes the square root directly. What arguments would cause the library function to be called?