From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c4cb2c432feebd9d X-Google-Thread: 1094ba,c4cb2c432feebd9d X-Google-Attributes: gid103376,gid1094ba,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!news.glorb.com!newsfeed2.telusplanet.net!newsfeed.telus.net!edtnps90.POSTED!53ab2750!not-for-mail From: Gordon Sande Newsgroups: comp.lang.ada,comp.lang.fortran Message-ID: <2006052515343616807-gsande@worldnetattnet> References: <0ugu4e.4i7.ln@hunter.axlog.fr> <%P_cg.155733$eR6.26337@bgtnsc04-news.ops.worldnet.att.net> <6H9dg.10258$S7.9150@news-server.bigpond.net.au> <1hfv5wb.1x4ab1tbdzk7eN%nospam@see.signature> <2006052509454116807-gsande@worldnetattnet> <4475DA0F.5030603@comcast.net> <2006052514574816807-gsande@worldnetattnet> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Checking for Undefined [was Re: Ada vs Fortran for scientific applications] User-Agent: Unison/1.7.5 Date: Thu, 25 May 2006 18:34:36 GMT NNTP-Posting-Host: 24.89.210.20 X-Trace: edtnps90 1148582076 24.89.210.20 (Thu, 25 May 2006 12:34:36 MDT) NNTP-Posting-Date: Thu, 25 May 2006 12:34:36 MDT Xref: g2news2.google.com comp.lang.ada:4468 comp.lang.fortran:10252 Date: 2006-05-25T18:34:36+00:00 List-Id: On 2006-05-25 15:30:42 -0300, Thomas Koenig said: > Gordon Sande wrote: > >> They even set INTENT ( IN ) variables to undefined so a >> user can set the undefined attribute/(bit configuration) themselves >> if they are doing an internal storeage allocation themselves. Neat! > > I don't understand this. Do you mean INTENT (OUT)? Oops! You have the correct version. >> Initialization to signaling NANs if a quick and effective approximation. >> Needs help from first the loader and then the storeage allocator. > >> Until you have used it and it has saved a goodly block of time it >> is a feature that many just shrug and say "That's nice". They do not >> realize what they are missing. > > Oh, yes. I have used this feature on MIPS (-trapuv), and have > sorely missed it on the compilers I've used since.