mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 18:08:15 +02:00
* ensure that the new mm related procs are only used for 3.3.1 and newer as 3.2 and older don't support the corresponding SSE types
git-svn-id: trunk@43967 -
This commit is contained in:
parent
b3c579f49c
commit
8184815780
@ -42,4 +42,6 @@ function fpc_x86_get_fs:longint;[internproc:fpc_in_x86_get_fs];
|
||||
function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs];
|
||||
|
||||
{ include automatically generated procs }
|
||||
{$i cpummprocs.inc}
|
||||
{$if not defined(VER3_0) and not defined(VER3_2)}
|
||||
{$i cpummprocs.inc}
|
||||
{$endif not VER3_0 and not VER3_2}
|
||||
|
@ -33,4 +33,6 @@ function fpc_x86_get_fs:longint;[internproc:fpc_in_x86_get_fs];
|
||||
function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs];
|
||||
|
||||
{ include automatically generated procs }
|
||||
{$if not defined(VER3_0) and not defined(VER3_2)}
|
||||
{$i cpummprocs.inc}
|
||||
{$endif not VER3_0 and not VER3_2}
|
||||
|
Loading…
Reference in New Issue
Block a user