aboutsummaryrefslogtreecommitdiff
path: root/core/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-09-19 15:13:10 +0100
committergingerBill <bill@gingerbill.org>2023-09-19 15:13:10 +0100
commit8a13c9a8c84f4e1ca297e7963880691f110843a2 (patch)
tree279943b86ad8e4a094907c8a803acca8a7c4e9b6 /core/runtime
parentb7560b7e00aaad7ef696b5ce55460f8e35ebf135 (diff)
parentecde06e3a31179bd8f86383fd65cfbce31ab6d9a (diff)
Merge branch 'master' into windows-llvm-13.0.0windows-llvm-13.0.0
Diffstat (limited to 'core/runtime')
-rw-r--r--core/runtime/core.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/runtime/core.odin b/core/runtime/core.odin
index 4f85cf50e..0634f573a 100644
--- a/core/runtime/core.odin
+++ b/core/runtime/core.odin
@@ -337,6 +337,8 @@ Kilobyte :: 1024 * Byte
Megabyte :: 1024 * Kilobyte
Gigabyte :: 1024 * Megabyte
Terabyte :: 1024 * Gigabyte
+Petabyte :: 1024 * Terabyte
+Exabyte :: 1024 * Petabyte
// Logging stuff