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 b3bc9a632..2d6ba68d5 100644
--- a/src/synth/synth-ieee-numeric_std.ads
+++ b/src/synth/synth-ieee-numeric_std.ads
@@ -38,6 +38,9 @@ package Synth.Ieee.Numeric_Std is
-- Unary "-"
function Neg_Vec (V : Memtyp; Loc : Syn_Src) return Memtyp;
+ -- "abs"
+ function Abs_Vec (V : Memtyp; Loc : Syn_Src) return Memtyp;
+
-- "+"
function Add_Uns_Uns (L, R : Memtyp; Loc : Syn_Src) return Memtyp;
function Add_Sgn_Sgn (L, R : Memtyp; Loc : Syn_Src) return Memtyp;