Skip to content

Commit c72c04d

Browse files
committed
Update cpu text in perf benchmark
1 parent 1e78953 commit c72c04d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HashLib.Benchmark/src/Core/uPerformanceBenchmark.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class function TPerformanceBenchmark.GetPlatformInfo: String;
173173
{$IF DEFINED(CPUX86_64)}
174174
LCPU := 'x86_64';
175175
{$ELSEIF DEFINED(CPUI386)}
176-
LCPU := 'x86';
176+
LCPU := 'i386';
177177
{$ELSEIF DEFINED(CPUAARCH64)}
178178
LCPU := 'AArch64';
179179
{$ELSEIF DEFINED(CPUARM)}
@@ -199,7 +199,7 @@ class function TPerformanceBenchmark.GetPlatformInfo: String;
199199
{$IF DEFINED(CPUX64)}
200200
LCPU := 'x86_64';
201201
{$ELSEIF DEFINED(CPUX86)}
202-
LCPU := 'x86';
202+
LCPU := 'i386';
203203
{$ELSEIF DEFINED(CPUARM64)}
204204
LCPU := 'AArch64';
205205
{$ELSEIF DEFINED(CPUARM)}

0 commit comments

Comments
 (0)