aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-ieee-numeric_std.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-ieee-numeric_std.ads')
-rw-r--r--src/synth/synth-ieee-numeric_std.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-ieee-numeric_std.ads b/src/synth/synth-ieee-numeric_std.ads
index 22616986e..4c5888463 100644
--- a/src/synth/synth-ieee-numeric_std.ads
+++ b/src/synth/synth-ieee-numeric_std.ads
@@ -130,4 +130,7 @@ package Synth.Ieee.Numeric_Std is
function Minmax (L, R : Memtyp; Is_Signed : Boolean; Is_Max : Boolean)
return Memtyp;
+ -- Find_Rightmost/Find_Leftmost
+ function Find_Rightmost (Arg : Memtyp; Val : Memtyp) return Int32;
+ function Find_Leftmost (Arg : Memtyp; Val : Memtyp) return Int32;
end Synth.Ieee.Numeric_Std;