mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 01:07:46 +00:00
Implement 128 bits Unsigned Integer Multiplication and Division.
This commit is contained in:
parent
ab1257e4c2
commit
68927866e2
3 changed files with 50 additions and 0 deletions
|
@ -113,6 +113,8 @@ add_library(common STATIC
|
|||
threadsafe_queue.h
|
||||
timer.cpp
|
||||
timer.h
|
||||
uint128.cpp
|
||||
uint128.h
|
||||
vector_math.h
|
||||
web_result.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue