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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,81bb2ce65a3240c3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.201.168 with SMTP id kb8mr711988pbc.3.1335428117214; Thu, 26 Apr 2012 01:15:17 -0700 (PDT) Path: r9ni99935pbh.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: What would you like in Ada202X? Date: Thu, 26 Apr 2012 10:15:15 +0200 Organization: A noiseless patient Spider Message-ID: References: <3637793.35.1335340026327.JavaMail.geo-discussion-forums@ynfi5> <4f98639a$0$6557$9b4e6d93@newsspool4.arcor-online.net> Mime-Version: 1.0 Injection-Date: Thu, 26 Apr 2012 08:15:16 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="r9vWwZGRqWnz4jaCL7CcWg"; logging-data="31906"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18t2S5tpYLP1ht4gJkgPPgu15TYns8EYWI=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120329 Icedove/10.0.3 In-Reply-To: <4f98639a$0$6557$9b4e6d93@newsspool4.arcor-online.net> Cancel-Lock: sha1:M93oussat/K+mFBGlhrZJKqgzfA= Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-04-26T10:15:15+02:00 List-Id: >>>> 2) parallel loops / functions >>> Array support in the direction of utilizing parallel >>> micro-micro-processing powers. >> >> Already present in GNAT, implicitly though. > > Where, please? I'm very curious, since what we have found to be working is > either tied to GCC's type attributes, or seems to be caused by the compiler > working in miraculous ways: small arrays/sequences of floats can be, > or may be, made operands of SIMD instructions on Intel compatible > hardware. Tricky, and hard to control, yet worth a factor 2. Have you discovered this yet?: http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Vectorization-of-loops.html