Skip to content

Commit

Permalink
project: Remove gcd_22 assembly optimisation due to incorrect functio…
Browse files Browse the repository at this point in the history
…nality.
  • Loading branch information
Sibras committed Aug 20, 2020
1 parent bfbea29 commit 2abc251
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 165 deletions.
7 changes: 1 addition & 6 deletions SMP/libgmp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,7 @@
<ClCompile Include="..\mpn\generic\gcdext_1.c" />
<ClCompile Include="..\mpn\generic\gcdext_lehmer.c" />
<ClCompile Include="..\mpn\generic\gcd_1.c" />
<ClCompile Include="..\mpn\generic\gcd_22.c">
<ExcludedFromBuild Condition="'$(Platform)'=='x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\mpn\generic\gcd_22.c" />
<ClCompile Include="..\mpn\generic\gcd_subdiv_step.c" />
<ClCompile Include="..\mpn\generic\get_d.c">
<ObjectFileName>$(IntDir)\mpn_%(Filename).obj</ObjectFileName>
Expand Down Expand Up @@ -1057,9 +1055,6 @@
<YASM Include="mpn\x86_64\gcd_11.s">
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
</YASM>
<YASM Include="mpn\x86_64\gcd_22.s">
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
</YASM>
<YASM Include="mpn\x86_64\hamdist.s">
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
</YASM>
Expand Down
3 changes: 0 additions & 3 deletions SMP/libgmp.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1915,9 +1915,6 @@
<YASM Include="mpn\x86_64\gcd_11.s">
<Filter>Source Files\mpn\x86_64</Filter>
</YASM>
<YASM Include="mpn\x86_64\gcd_22.s">
<Filter>Source Files\mpn\x86_64</Filter>
</YASM>
</ItemGroup>
<ItemGroup>
<None Include="libgmp.def">
Expand Down
156 changes: 0 additions & 156 deletions SMP/mpn/x86_64/gcd_22.s

This file was deleted.

0 comments on commit 2abc251

Please sign in to comment.