Browse Source

AVX2 vectory-memory support for platform i386

git-svn-id: branches/tg74/avx2@28426 -
tg74 11 years ago
parent
commit
01e595706c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/avx/asmtestgenerator.pas

+ 1 - 1
tests/utils/avx/asmtestgenerator.pas

@@ -1063,7 +1063,7 @@ begin
 
       aRList.Add(format(aPrefix + '[%s + %s]', [aSLIndexReg[il_Index], aSLBaseReg[il_Base]]));
 
-      aRList.Add(format(aPrefix + '[%s + %s * 16]', [aSLIndexReg[il_Index], aSLBaseReg[il_Base]]));
+      aRList.Add(format(aPrefix + '[%s + %s + 16]', [aSLIndexReg[il_Index], aSLBaseReg[il_Base]]));
     end;
   end;
 end;