mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:19:37 +02:00
* common naming for fpu_none string
git-svn-id: trunk@43768 -
This commit is contained in:
parent
cbec738829
commit
ef87879402
compiler
arm
i386
i8086
mips
powerpc64
riscv64
sparc
sparc64
x86_64
@ -567,7 +567,8 @@ Const
|
||||
'ARMV7EM'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[10] = ('',
|
||||
fputypestr : array[tfputype] of string[10] = (
|
||||
'NONE',
|
||||
'SOFT',
|
||||
'LIBGCC',
|
||||
'FPA',
|
||||
|
@ -122,7 +122,8 @@ Const
|
||||
'COREAVX2'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
fputypestr : array[tfputype] of string[6] = (
|
||||
'NONE',
|
||||
// 'SOFT',
|
||||
'X87',
|
||||
'SSE',
|
||||
|
@ -119,7 +119,8 @@ Const
|
||||
'PENTIUMM'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
fputypestr : array[tfputype] of string[6] = (
|
||||
'NONE',
|
||||
// 'SOFT',
|
||||
'X87',
|
||||
'SSE',
|
||||
|
@ -88,7 +88,8 @@ Const
|
||||
{ cpu_pic32mx } 'PIC32MX'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[9] = ('',
|
||||
fputypestr : array[tfputype] of string[9] = (
|
||||
'NONE',
|
||||
'SOFT',
|
||||
'MIPS2','MIPS3'
|
||||
);
|
||||
|
@ -87,7 +87,8 @@ Const
|
||||
'970'
|
||||
);
|
||||
|
||||
fputypestr: array[tfputype] of string[8] = ('',
|
||||
fputypestr: array[tfputype] of string[8] = (
|
||||
'NONE',
|
||||
'SOFT',
|
||||
'STANDARD'
|
||||
);
|
||||
|
@ -94,7 +94,8 @@ Const
|
||||
'RV64I'
|
||||
);
|
||||
|
||||
fputypestr: array[tfputype] of string[8] = ('',
|
||||
fputypestr: array[tfputype] of string[8] = (
|
||||
'NONE',
|
||||
'LIBGCC',
|
||||
'SOFT',
|
||||
'FD'
|
||||
|
@ -91,7 +91,8 @@ Const
|
||||
'SPARCV9'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
fputypestr : array[tfputype] of string[6] = (
|
||||
'NONE',
|
||||
'SOFT',
|
||||
'HARD'
|
||||
);
|
||||
|
@ -87,7 +87,8 @@ Const
|
||||
'SPARCV9'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[6] = ('',
|
||||
fputypestr : array[tfputype] of string[6] = (
|
||||
'NONE',
|
||||
'SOFT',
|
||||
'HARD'
|
||||
);
|
||||
|
@ -120,7 +120,8 @@ Const
|
||||
'COREAVX2'
|
||||
);
|
||||
|
||||
fputypestr : array[tfputype] of string[7] = ('',
|
||||
fputypestr : array[tfputype] of string[7] = (
|
||||
'NONE',
|
||||
// 'SOFT',
|
||||
'SSE64',
|
||||
'SSE3',
|
||||
|
Loading…
Reference in New Issue
Block a user