mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
common: Add Common::DivCeil and Common::DivCeilLog2
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative.
This commit is contained in:
parent
d9c847bdde
commit
2600f1353d
2 changed files with 27 additions and 0 deletions
|
@ -112,6 +112,7 @@ add_library(common STATIC
|
|||
common_paths.h
|
||||
common_types.h
|
||||
concepts.h
|
||||
div_ceil.h
|
||||
dynamic_library.cpp
|
||||
dynamic_library.h
|
||||
fiber.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue