Skip to content

Commit ded7788

Browse files
committed
2 parents 6af7115 + 49bc382 commit ded7788

13 files changed

+835
-1601
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Tests/BigRationals/Win64/**
1717
Tests/BigRationals/OSX32/**
1818
Tests/BigRationals/out/**
1919
Tests/BigIntegers/__history/**
20+
Tests/BigIntegers/TestPP*.*
2021
**/ModelSupport_bigintegerdevelopmenttests/**
2122
Tests/BigDecimals/__history/**
2223
Tests/BigRationals/__history/**

Source/Velthuis.BigIntegers.pas

+2-3
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
interface
165165

166166
uses
167-
CompilerAndRTLVersions, Velthuis.RandomNumbers, System.Types, System.SysUtils, System.Math;
167+
CompilerAndRTLVersions, Velthuis.RandomNumbers, System.SysUtils, System.Math;
168168

169169
// --- User settings ---
170170

@@ -1221,7 +1221,6 @@ implementation
12211221
Winapi.Windows,
12221222
{$ENDIF}
12231223
{$ENDIF}
1224-
System.StrUtils,
12251224
Velthuis.Sizes, Velthuis.Numerics, Velthuis.FloatUtils, Velthuis.StrConsts;
12261225

12271226
{$POINTERMATH ON}
@@ -1362,7 +1361,6 @@ procedure Timing(var T1, T2, T3: UInt64); stdcall;
13621361
MOV [R8+4],EDX
13631362
end;
13641363
{$ENDIF}
1365-
{$ENDREGION}
13661364

13671365
class procedure BigInteger.DetectPartialFlagsStall;
13681366
var
@@ -1389,6 +1387,7 @@ class procedure BigInteger.DetectPartialFlagsStall;
13891387
until False;
13901388
end;
13911389
{$ENDIF !PUREPASCAL}
1390+
{$ENDREGION}
13921391

13931392
{$RANGECHECKS OFF}
13941393
{$OVERFLOWCHECKS OFF}

0 commit comments

Comments
 (0)