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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c1bdceb867926fdb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!t11g2000vbj.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada with C Date: Tue, 27 Jul 2010 11:34:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0ee9eec7-6024-4fb8-8df0-f65c146e4b84@i28g2000yqa.googlegroups.com> <143ef70b-7e74-426b-a621-a5fd157849be@x21g2000yqa.googlegroups.com> <669c55d9-3f9f-49b7-b110-5c0c95667d31@z25g2000vbn.googlegroups.com> NNTP-Posting-Host: 193.11.22.91 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280255689 10627 127.0.0.1 (27 Jul 2010 18:34:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Jul 2010 18:34:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t11g2000vbj.googlegroups.com; posting-host=193.11.22.91; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12612 Date: 2010-07-27T11:34:48-07:00 List-Id: On Jul 27, 7:33=A0pm, Simon Wright wrote: > Not quite, I think. > > BLAS/LAPACK are what they are, I don't for a moment suppose that AdaCore > have gone to the trouble of subsetting them to suit their > needs. Instead, they've implemented Annex G using bindings to > BLAS/LAPACK, and Annex G only requires a limited set of bindings. > > Remember, I provided a binding to a LAPACK subroutine that isn't used > by the Annex G bindings, and it worked for you! I get your point. So maybe the full set exists. I need to take a look closer at i-forbla.ad(b,s), i-forlap.ads which refer to the BLAS/ LAPACK in the GNAT >....> Adainclude folder. Thanks. YC