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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site ada-uts Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!ima!inmet!ada-uts!stt From: stt@ada-uts Newsgroups: net.lang.ada Subject: Re: Orphaned Response Message-ID: <4700020@ada-uts> Date: Tue, 18-Mar-86 11:55:00 EST Article-I.D.: ada-uts.4700020 Posted: Tue Mar 18 11:55:00 1986 Date-Received: Sun, 23-Mar-86 00:21:27 EST References: <306@telesoft.UKE> Nf-ID: #R:telesoft.UKE:306:ada-uts:4700020:000:387 Nf-From: ada-uts!stt Mar 18 11:55:00 1986 List-Id: AND, OR, and XOR are defined on boolean arrays (whether packed or not). If you have a great desire to apply these operators to Integers, then you will have to implement them via pragma-Interfaced functions (in C or assembler), or hope that your compiler supports packed boolean arrays and Unchecked_Conversion between Integers and appropriately-long packed, constrained, boolean arrays.