aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ads b/src/types.ads
index 71b981647..fb13bf8a7 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -42,6 +42,7 @@ package Types is
type Uns64 is new Interfaces.Unsigned_64;
type Fp64 is new Interfaces.IEEE_Float_64;
+ type Fp32 is new Interfaces.IEEE_Float_32;
-- Useful types.
type String_Acc is access String;