summaryrefslogtreecommitdiff
path: root/asl/base/float.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/base/float.hpp')
-rw-r--r--asl/base/float.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/asl/base/float.hpp b/asl/base/float.hpp
index bd5e3c4..89a9f06 100644
--- a/asl/base/float.hpp
+++ b/asl/base/float.hpp
@@ -6,6 +6,9 @@
#include "asl/base/meta.hpp"
+using float32_t = float;
+using float64_t = double;
+
namespace asl
{