mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
* disabled fpu_soft for x86_64 since activating it only leads to internal
errors (see mantis #15310) git-svn-id: trunk@14417 -
This commit is contained in:
parent
3fc150d920
commit
f104e849d8
@ -45,7 +45,7 @@ Type
|
|||||||
|
|
||||||
tfputype =
|
tfputype =
|
||||||
(fpu_none,
|
(fpu_none,
|
||||||
fpu_soft, { generic }
|
// fpu_soft, { generic }
|
||||||
fpu_sse64,
|
fpu_sse64,
|
||||||
fpu_sse3
|
fpu_sse3
|
||||||
);
|
);
|
||||||
@ -76,7 +76,7 @@ Const
|
|||||||
);
|
);
|
||||||
|
|
||||||
fputypestr : array[tfputype] of string[6] = ('',
|
fputypestr : array[tfputype] of string[6] = ('',
|
||||||
'SOFT',
|
// 'SOFT',
|
||||||
'SSE64',
|
'SSE64',
|
||||||
'SSE3'
|
'SSE3'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user