summaryrefslogtreecommitdiff
path: root/avx512-0037785/compiler/x86/nx86inl.pas
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/compiler/x86/nx86inl.pas')
-rw-r--r--avx512-0037785/compiler/x86/nx86inl.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/avx512-0037785/compiler/x86/nx86inl.pas b/avx512-0037785/compiler/x86/nx86inl.pas
index 1b9c174d44..c26cbd5a32 100644
--- a/avx512-0037785/compiler/x86/nx86inl.pas
+++ b/avx512-0037785/compiler/x86/nx86inl.pas
@@ -1144,6 +1144,7 @@ implementation
procedure tx86inlinenode.second_fma;
+{$ifndef i8086}
const
op : array[false..true,false..true,s32real..s64real,0..3] of TAsmOp =
(
@@ -1178,6 +1179,7 @@ implementation
negop3,
negproduct,
gotmem : boolean;
+{$endif i8086}
begin
{$ifndef i8086}
if (cpu_capabilities[current_settings.cputype]*[CPUX86_HAS_FMA,CPUX86_HAS_FMA4])<>[] then
@@ -1444,6 +1446,7 @@ implementation
procedure tx86inlinenode.second_minmax;
+{$ifndef i8086}
const
oparray : array[false..true,false..true,s32real..s64real] of TAsmOp =
(
@@ -1463,6 +1466,7 @@ implementation
i : integer;
gotmem : boolean;
op: TAsmOp;
+{$endif i8086}
begin
{$ifndef i8086}
if