Skip to content

Commit

Permalink
adding MSVC project configuratiopnd for VS2023 and Intel 2023 and cla…
Browse files Browse the repository at this point in the history
…ng latest
  • Loading branch information
andyD123 committed Aug 29, 2023
1 parent 827effd commit 4975e39
Show file tree
Hide file tree
Showing 12 changed files with 3,937 additions and 108 deletions.
438 changes: 438 additions & 0 deletions GettingStarted/GettingStarted.vcxproj

Large diffs are not rendered by default.

377 changes: 368 additions & 9 deletions VectorTest/VectorTest.vcxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VectorTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn" version="1.8.1.4" targetFramework="native" />
<package id="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn" version="1.8.1.7" targetFramework="native" />
</packages>
276 changes: 218 additions & 58 deletions Vectorisation.sln

Large diffs are not rendered by default.

664 changes: 659 additions & 5 deletions Vectorisation/Vectorisation.vcxproj

Large diffs are not rendered by default.

462 changes: 430 additions & 32 deletions accumulateExample/accumulateExample.vcxproj

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions accumulateExample/accumulateExample.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<ClCompile Include="accumulate_example.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="AVX512Dance.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Library Include="..\Vectorisation\intel_Libs\libirc.lib" />
Expand Down
423 changes: 423 additions & 0 deletions cumNormalExample/cumNormalExample.vcxproj

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions cumNormalExample/cumNormalExample.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="cumNormal.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
400 changes: 400 additions & 0 deletions dancingAVX512/dancingAVX512.vcxproj

Large diffs are not rendered by default.

587 changes: 587 additions & 0 deletions inverseCumNormalExample/inverseCumNormalExample.vcxproj

Large diffs are not rendered by default.

408 changes: 408 additions & 0 deletions lattice/lattice.vcxproj

Large diffs are not rendered by default.

0 comments on commit 4975e39

Please sign in to comment.