* 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'
);
fputypestr : array[tfputype] of string[10] = ('',
fputypestr : array[tfputype] of string[10] = (
'NONE',
'SOFT',
'LIBGCC',
'FPA',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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