Browse Source

* x86-64: Typo fixed in FPU type string array

J. Gareth "Curious Kit" Moreton 1 year ago
parent
commit
629c87efc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86_64/cpuinfo.pas

+ 1 - 1
compiler/x86_64/cpuinfo.pas

@@ -164,7 +164,7 @@ Const
      'SSSE3',
      'SSSE3',
      'SSE41',
      'SSE41',
      'SSE42',
      'SSE42',
-     'X86-64-V1',
+     'X86-64-V2',
      'AVX',
      'AVX',
      'FMA',
      'FMA',
      'AVX2',
      'AVX2',