aboutsummaryrefslogtreecommitdiffstats
path: root/src/mutils.ads
blob: 4275fe6c0d0a30e03f5bd1288cebd85ff0db4406 (plain)
1
2
3
4
5
6
7
with Types; use Types;

package Mutils is
   --  Return the ceiling log2 of V.
   --  Returns 0 for 0.
   function Clog2 (V : Uns64) return Integer;
end Mutils;