Define conditional FASTMOVE_DISABLE_SSE3 to discard SSE specific code, needed for Watcom Assembler support

git-svn-id: trunk@36849 -
This commit is contained in:
pierre 2017-08-04 20:53:09 +00:00
parent f4ecf87a50
commit 38704411b2

View File

@ -24,6 +24,9 @@ INTERFACE
{$define FPC_ANSI_TEXTFILEREC}
{ include system-independent routine headers }
{ wasm does not support SSE3 instructions }
{$define FASTMOVE_DISABLE_SSE3}
{$include systemh.inc}