* disabled fpu_soft for x86_64 since activating it only leads to internal

errors (see mantis )

git-svn-id: trunk@14417 -
This commit is contained in:
Jonas Maebe 2009-12-11 23:06:43 +00:00
parent 3fc150d920
commit f104e849d8

View File

@ -45,7 +45,7 @@ Type
tfputype =
(fpu_none,
fpu_soft, { generic }
// fpu_soft, { generic }
fpu_sse64,
fpu_sse3
);
@ -76,7 +76,7 @@ Const
);
fputypestr : array[tfputype] of string[6] = ('',
'SOFT',
// 'SOFT',
'SSE64',
'SSE3'
);