mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
New u128 type stub
This commit is contained in:
parent
8d758b9088
commit
07b9379a7c
4 changed files with 161 additions and 70 deletions
|
@ -63,6 +63,10 @@ using s64 = std::int64_t;
|
|||
using f32 = float;
|
||||
using f64 = double;
|
||||
|
||||
using u128 = __uint128_t;
|
||||
|
||||
CHECK_SIZE_ALIGN(u128, 16, 16);
|
||||
|
||||
// bool type replacement for PS3/PSV
|
||||
class b8
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue