* common naming for fpu_none string

git-svn-id: trunk@43768 -
This commit is contained in:
florian 2019-12-24 16:14:28 +00:00
parent cbec738829
commit ef87879402
9 changed files with 18 additions and 9 deletions

View File

@ -567,7 +567,8 @@ Const
'ARMV7EM' 'ARMV7EM'
); );
fputypestr : array[tfputype] of string[10] = ('', fputypestr : array[tfputype] of string[10] = (
'NONE',
'SOFT', 'SOFT',
'LIBGCC', 'LIBGCC',
'FPA', 'FPA',

View File

@ -122,7 +122,8 @@ Const
'COREAVX2' 'COREAVX2'
); );
fputypestr : array[tfputype] of string[6] = ('', fputypestr : array[tfputype] of string[6] = (
'NONE',
// 'SOFT', // 'SOFT',
'X87', 'X87',
'SSE', 'SSE',

View File

@ -119,7 +119,8 @@ Const
'PENTIUMM' 'PENTIUMM'
); );
fputypestr : array[tfputype] of string[6] = ('', fputypestr : array[tfputype] of string[6] = (
'NONE',
// 'SOFT', // 'SOFT',
'X87', 'X87',
'SSE', 'SSE',

View File

@ -88,7 +88,8 @@ Const
{ cpu_pic32mx } 'PIC32MX' { cpu_pic32mx } 'PIC32MX'
); );
fputypestr : array[tfputype] of string[9] = ('', fputypestr : array[tfputype] of string[9] = (
'NONE',
'SOFT', 'SOFT',
'MIPS2','MIPS3' 'MIPS2','MIPS3'
); );

View File

@ -87,7 +87,8 @@ Const
'970' '970'
); );
fputypestr: array[tfputype] of string[8] = ('', fputypestr: array[tfputype] of string[8] = (
'NONE',
'SOFT', 'SOFT',
'STANDARD' 'STANDARD'
); );

View File

@ -94,7 +94,8 @@ Const
'RV64I' 'RV64I'
); );
fputypestr: array[tfputype] of string[8] = ('', fputypestr: array[tfputype] of string[8] = (
'NONE',
'LIBGCC', 'LIBGCC',
'SOFT', 'SOFT',
'FD' 'FD'

View File

@ -91,7 +91,8 @@ Const
'SPARCV9' 'SPARCV9'
); );
fputypestr : array[tfputype] of string[6] = ('', fputypestr : array[tfputype] of string[6] = (
'NONE',
'SOFT', 'SOFT',
'HARD' 'HARD'
); );

View File

@ -87,7 +87,8 @@ Const
'SPARCV9' 'SPARCV9'
); );
fputypestr : array[tfputype] of string[6] = ('', fputypestr : array[tfputype] of string[6] = (
'NONE',
'SOFT', 'SOFT',
'HARD' 'HARD'
); );

View File

@ -120,7 +120,8 @@ Const
'COREAVX2' 'COREAVX2'
); );
fputypestr : array[tfputype] of string[7] = ('', fputypestr : array[tfputype] of string[7] = (
'NONE',
// 'SOFT', // 'SOFT',
'SSE64', 'SSE64',
'SSE3', 'SSE3',