mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:49:37 +02:00
- removed unused constants
git-svn-id: trunk@35664 -
This commit is contained in:
parent
0897bd154a
commit
73c46a5988
@ -61,8 +61,6 @@ Const
|
||||
ControllerSupport = false; (* Not yet at least ;-) *)
|
||||
{# Size of native extended floating point type }
|
||||
extended_size = 8;
|
||||
{# Size of a multimedia register }
|
||||
mmreg_size = 16;
|
||||
{ target cpu string (used by compiler options) }
|
||||
target_cpu_string = 'aarch64';
|
||||
|
||||
|
@ -489,8 +489,6 @@ Const
|
||||
ControllerSupport = true;
|
||||
{# Size of native extended floating point type }
|
||||
extended_size = 12;
|
||||
{# Size of a multimedia register }
|
||||
mmreg_size = 16;
|
||||
{ target cpu string (used by compiler options) }
|
||||
target_cpu_string = 'arm';
|
||||
|
||||
|
@ -216,8 +216,6 @@ Const
|
||||
ControllerSupport = true;
|
||||
{# Size of native extended floating point type }
|
||||
extended_size = 12;
|
||||
{# Size of a multimedia register }
|
||||
mmreg_size = 16;
|
||||
{ target cpu string (used by compiler options) }
|
||||
target_cpu_string = 'avr';
|
||||
|
||||
|
@ -61,8 +61,6 @@ Type
|
||||
Const
|
||||
{# Size of native extended floating point type }
|
||||
extended_size = 8;
|
||||
{# Size of a multimedia register }
|
||||
mmreg_size = 0;
|
||||
{ calling conventions supported by the code generator }
|
||||
supported_calling_conventions : tproccalloptions = [
|
||||
pocall_internproc,
|
||||
|
@ -82,8 +82,6 @@ Const
|
||||
ControllerSupport = true;
|
||||
{ Size of native extended type }
|
||||
extended_size = 10;
|
||||
{ Size of a multimedia register }
|
||||
mmreg_size = 16;
|
||||
{ target cpu string (used by compiler options) }
|
||||
target_cpu_string = 'x86_64';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user