1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:47:34 +00:00

LibX86: Add basic u128 and u256 constainers

These support all bitwise operations
This commit is contained in:
Hendiadyoin1 2021-04-10 23:25:23 +02:00 committed by Andreas Kling
parent fa59d02692
commit a99812633b
5 changed files with 660 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
Instruction.cpp
Types/Formatter.cpp
)
serenity_lib(LibX86 x86)