mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
LibX86: Add basic u128 and u256 constainers
These support all bitwise operations
This commit is contained in:
parent
fa59d02692
commit
a99812633b
5 changed files with 660 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
Instruction.cpp
|
||||
Types/Formatter.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibX86 x86)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue