(2 . 7)(2 . 7)
1114 ------------------------------------------------------------------------------
1115 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
1116 -- --
1117 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
1118 -- (C) 2018 Stanislav Datskovskiy ( www.loper-os.org ) --
1119 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
1120 -- --
1121 -- You do not have, nor can you ever acquire the right to use, copy or --
(39 . 6)(39 . 6)
1123 ByteBits : constant Positive := 8;
1124
1125 -- Whether we have a barrel shifter:
1126 HaveBarrelShifter : constant Boolean := True;
1127 HaveBarrelShifter : constant Boolean := True;
1128
1129 end Iron;