aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7420550..fc0e406 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,11 @@ This library implements IEEE 754 floating-point manipulation functions that retu
## Requirements
- PHP 8.3 or higher
-- 64-bit integers
+- Little-endian 64-bit integers
- IEEE 754 double-precision floats (binary64)
+The library performs runtime assertions to verify these constraints are met on the current system.
+
## Installation