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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7ea1cb7a2beb2ee X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: Disallowing Pre-Defined Operations Date: 2000/04/08 Message-ID: #1/1 X-Deja-AN: 608424404 References: <38EE267E.12466F1E@quadruscorp.com> <38EE7D26.D5DADAEC@quadruscorp.com> Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 2000-04-08T00:00:00+00:00 List-Id: Marin D. Condic wrote in message <38EE7D26.D5DADAEC@quadruscorp.com>... >tmoran@bix.com wrote: >> >> >results and saturate at every step of the way. (Unless the hardware has >> >direct support for it. I've not encountered that anywhere, but that >> Doesn't Intel MMX do that? > >It might. Beats the hell out of me. I've never looked the chip over. >Think there's a data book on the web somewhere? IA32 MMX does provide saturated arithmetic. All that are in Intel documentation. I mentioned about that some time ago in discussion regarding direct support of MMX extensions by Ada compileres. But even without that it is very easy to write a piece of external assembler code that uses MMX and import it in Ada spec file. Regards.