blob: 43822724fb0eb9dcaa47c2a0cf1c95b9a7e4eb91 [file] [log] [blame]
package Opt44 is
type Sarray is array (1 .. 4) of Float;
for Sarray'Alignment use 16;
procedure Addsub (X, Y : Sarray; R : out Sarray; N : Integer);
end Opt44;