Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CryptoLib.Benchmark/Delphi/CryptoLib.BenchmarkConsole.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,11 @@ uses
ClpChaChaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaX86Backend.pas',
ClpChaChaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaArmBackend.pas',
ClpFpKernelSimd in '..\..\CryptoLib\src\Simd\Facade\ClpFpKernelSimd.pas',
ClpCurveFieldSimd in '..\..\CryptoLib\src\Simd\Facade\ClpCurveFieldSimd.pas',
ClpFpKernelX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelX86Backend.pas',
ClpCurveFieldX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldX86Backend.pas',
ClpFpKernelArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelArmBackend.pas',
ClpCurveFieldArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldArmBackend.pas',
ClpSalsaSimd in '..\..\CryptoLib\src\Simd\Facade\ClpSalsaSimd.pas',
ClpSalsaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaX86Backend.pas',
ClpSalsaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaArmBackend.pas',
Expand Down
3 changes: 3 additions & 0 deletions CryptoLib.Examples/Delphi.Examples/CryptoLib.Examples.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,11 @@ uses
ClpChaChaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaX86Backend.pas',
ClpChaChaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaArmBackend.pas',
ClpFpKernelSimd in '..\..\CryptoLib\src\Simd\Facade\ClpFpKernelSimd.pas',
ClpCurveFieldSimd in '..\..\CryptoLib\src\Simd\Facade\ClpCurveFieldSimd.pas',
ClpFpKernelX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelX86Backend.pas',
ClpCurveFieldX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldX86Backend.pas',
ClpFpKernelArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelArmBackend.pas',
ClpCurveFieldArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldArmBackend.pas',
ClpSalsaSimd in '..\..\CryptoLib\src\Simd\Facade\ClpSalsaSimd.pas',
ClpSalsaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaX86Backend.pas',
ClpSalsaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaArmBackend.pas',
Expand Down
3 changes: 3 additions & 0 deletions CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.Mobile.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,11 @@ uses
ClpChaChaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaX86Backend.pas',
ClpChaChaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpChaChaArmBackend.pas',
ClpFpKernelSimd in '..\..\CryptoLib\src\Simd\Facade\ClpFpKernelSimd.pas',
ClpCurveFieldSimd in '..\..\CryptoLib\src\Simd\Facade\ClpCurveFieldSimd.pas',
ClpFpKernelX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelX86Backend.pas',
ClpCurveFieldX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldX86Backend.pas',
ClpFpKernelArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelArmBackend.pas',
ClpCurveFieldArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldArmBackend.pas',
ClpSalsaSimd in '..\..\CryptoLib\src\Simd\Facade\ClpSalsaSimd.pas',
ClpSalsaX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaX86Backend.pas',
ClpSalsaArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpSalsaArmBackend.pas',
Expand Down
3 changes: 3 additions & 0 deletions CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.Mobile.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,11 @@
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpChaChaX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpChaChaArmBackend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Facade\ClpFpKernelSimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Facade\ClpCurveFieldSimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpFpKernelX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpFpKernelArmBackend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldArmBackend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Facade\ClpSalsaSimd.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpSalsaX86Backend.pas"/>
<DCCReference Include="..\..\CryptoLib\src\Simd\Backend\ClpSalsaArmBackend.pas"/>
Expand Down
3 changes: 3 additions & 0 deletions CryptoLib.Tests/Delphi.Tests/CryptoLib.Tests.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,11 @@ uses
ClpFpCTMultiplier in '..\..\CryptoLib\src\Math\EC\Multiplier\ClpFpCTMultiplier.pas',
ClpFpCombMultiplier in '..\..\CryptoLib\src\Math\EC\Multiplier\ClpFpCombMultiplier.pas',
ClpFpKernelSimd in '..\..\CryptoLib\src\Simd\Facade\ClpFpKernelSimd.pas',
ClpCurveFieldSimd in '..\..\CryptoLib\src\Simd\Facade\ClpCurveFieldSimd.pas',
ClpFpKernelX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelX86Backend.pas',
ClpCurveFieldX86Backend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldX86Backend.pas',
ClpFpKernelArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpFpKernelArmBackend.pas',
ClpCurveFieldArmBackend in '..\..\CryptoLib\src\Simd\Backend\ClpCurveFieldArmBackend.pas',
ClpIF2mFieldOps in '..\..\CryptoLib\src\Interfaces\Math\EC\Multiplier\ClpIF2mFieldOps.pas',
ClpLopezDahabLadder in '..\..\CryptoLib\src\Math\EC\Multiplier\ClpLopezDahabLadder.pas',
ClpF2mMontgomeryLadderCTMultiplier in '..\..\CryptoLib\src\Math\EC\Multiplier\ClpF2mMontgomeryLadderCTMultiplier.pas',
Expand Down
1 change: 0 additions & 1 deletion CryptoLib/src/Include/CryptoLibFPC.inc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
{$ASMMODE STANDARD}
{$IFEND}

{$OPTIMIZATION NOREGVAR}
(*
{$OPTIMIZATION LEVEL3}
{$OPTIMIZATION NOREGVAR}
Expand Down
Loading