mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 01:18:57 +02:00
+ define CPUX86 on i386 and CPUX64 on x86-64, resolves #21670
git-svn-id: trunk@20726 -
This commit is contained in:
parent
9fcff238f1
commit
d1e16c3cd4
@ -2762,6 +2762,7 @@ begin
|
||||
{$ifdef i386}
|
||||
def_system_macro('CPUI386');
|
||||
def_system_macro('CPU32');
|
||||
def_system_macro('CPUX86');
|
||||
def_system_macro('FPC_HAS_TYPE_EXTENDED');
|
||||
def_system_macro('FPC_HAS_TYPE_DOUBLE');
|
||||
def_system_macro('FPC_HAS_TYPE_SINGLE');
|
||||
@ -2800,6 +2801,7 @@ begin
|
||||
def_system_macro('CPUX86_64');
|
||||
def_system_macro('CPUAMD64');
|
||||
def_system_macro('CPU64');
|
||||
def_system_macro('CPUX64');
|
||||
{ not supported for now, afaik (FK)
|
||||
def_system_macro('FPC_HAS_TYPE_FLOAT128'); }
|
||||
{ win64 doesn't support the legacy fpu }
|
||||
|
Loading…
Reference in New Issue
Block a user