Merge pull request #18 from tandasat/win32_build_fix

Fix windows build
This commit is contained in:
Stanislav Shwartsman 2022-11-02 06:58:18 +02:00 committed by GitHub
commit 7c548e4dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,7 @@
<ClCompile Include="..\cpu\avx\avx512_pfp.cc" />
<ClCompile Include="..\cpu\avx\avx512_rcp14.cc" />
<ClCompile Include="..\cpu\avx\avx512_rsqrt14.cc" />
<ClCompile Include="..\cpu\avx\avx_ifma52.cc" />
<ClCompile Include="..\cpu\avx\vnni.cc" />
<ClCompile Include="..\cpu\avx\avx_cvt.cc" />
<ClCompile Include="..\cpu\avx\avx_fma.cc" />

View File

@ -132,6 +132,8 @@
<ClCompile Include="..\cpu\bmi64.cc" />
<ClCompile Include="..\cpu\call_far.cc" />
<ClCompile Include="..\cpu\cet.cc" />
<ClCompile Include="..\cpu\cmpccxadd32.cc" />
<ClCompile Include="..\cpu\cmpccxadd64.cc" />
<ClCompile Include="..\cpu\cpu.cc" />
<ClCompile Include="..\cpu\cpuid.cc" />
<ClCompile Include="..\cpu\crc32.cc" />