Преглед на файлове

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

git-svn-id: trunk@36849 -
pierre преди 8 години
родител
ревизия
38704411b2
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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}