7 lines
125 B
C++
7 lines
125 B
C++
|
#define FACTOR_CPU_STRING "x86.64"
|
||
|
|
||
|
register CELL ds asm("r14");
|
||
|
register CELL rs asm("r15");
|
||
|
|
||
|
#define F_FASTCALL extern "C"
|