New u128 type stub

This commit is contained in:
Nekotekina 2015-08-06 23:20:48 +03:00
parent 8d758b9088
commit 07b9379a7c
4 changed files with 161 additions and 70 deletions

View file

@ -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
{