Browse Source

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

git-svn-id: trunk@36849 -
pierre 8 years ago
parent
commit
38704411b2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/watcom/system.pp

+ 3 - 0
rtl/watcom/system.pp

@@ -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}