diff options
| author | gingerBill <bill@gingerbill.org> | 2023-09-19 15:13:10 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-09-19 15:13:10 +0100 |
| commit | 8a13c9a8c84f4e1ca297e7963880691f110843a2 (patch) | |
| tree | 279943b86ad8e4a094907c8a803acca8a7c4e9b6 /core/runtime/core.odin | |
| parent | b7560b7e00aaad7ef696b5ce55460f8e35ebf135 (diff) | |
| parent | ecde06e3a31179bd8f86383fd65cfbce31ab6d9a (diff) | |
Merge branch 'master' into windows-llvm-13.0.0windows-llvm-13.0.0
Diffstat (limited to 'core/runtime/core.odin')
| -rw-r--r-- | core/runtime/core.odin | 2 |
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 |