[idd] lgmp: stream staged copies to WC memory

This commit is contained in:
Geoffrey McRae
2026-08-17 01:27:38 +10:00
parent 636e55db0d
commit 26cafbe3df
6 changed files with 284 additions and 7 deletions

View File

@@ -74,6 +74,10 @@
<ClCompile Include="WCCopyAVX2.cpp">
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<ClCompile Include="WCWrite.cpp" />
<ClCompile Include="WCWriteAVX2.cpp">
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="CClipboardChannel.h" />
@@ -90,6 +94,7 @@
<ClInclude Include="RefreshRate.h" />
<ClInclude Include="Seq.h" />
<ClInclude Include="WCCopy.h" />
<ClInclude Include="WCWrite.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />