Artifact 03a8b8f372d43b0ed173bb4f786cd92b40e627628bc832037b03f05090e13c03:
- File kcore/old/type.x86.64.i — part of check-in [e794c5edef] at 2019-06-29 09:31:50 on branch trunk — add a bunch of code, port the header mechanism to gpp; add a fuckton of definitions and compatibility header code; notably, add core function kstop and x86.lin.{32,64} impl. update docs accordingly (user: lexi, size: 429) [annotate] [blame] [check-ins using]
- File kcore/type.x86.64.i — part of check-in [ec9b2b74b3] at 2019-06-27 22:14:56 on branch trunk — fixes for shared building (user: lexi, size: 429) [annotate] [blame] [check-ins using]
- File legacy/kcore/type.x86.64.i — part of check-in [724bbbbe91] at 2019-08-19 02:18:11 on branch trunk — clean out legacy code (user: lexi, size: 429) [annotate] [blame] [check-ins using]
#define KVarch x86 #define KVbits 64 typedef unsigned long long sz; typedef unsigned char u8; typedef signed char s8; typedef unsigned short u16; typedef signed short s16; typedef unsigned long u32; typedef signed long s32; typedef unsigned long long u64; typedef signed long long s64; typedef __uint128_t u128; typedef __int128_t s128; typedef u64 word; typedef s64 sword;