ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.03k stars 406 forks source link

Fatal errors compiling 4.9.111 #197

Closed mikeversteeg closed 2 years ago

mikeversteeg commented 2 years ago
8>Avx2.vcxproj -> C:\Users\mike\Documents\SimdLib\bin\v142\x64\Release\Avx2.lib
10>C:\Users\mike\Documents\SimdLib\src\Simd\SimdAvx512bwYuvToBgra.cpp(365): fatal error C1002: compiler is out of heap space in pass 2
10>C:\Users\mike\Documents\SimdLib\src\Simd\SimdAvx512bwYuvToBgra.cpp(365): fatal error C1002: compiler is out of heap space in pass 2
10>C:\Users\mike\Documents\SimdLib\src\Simd\SimdAvx512bwYuvToBgra.cpp(365): fatal error C1002: compiler is out of heap space in pass 2
10>cl : command line error D8040: error creating or communicating with child process
10>Done building project "Avx512bw.vcxproj" -- FAILED.

VS2019, W11

ermig1979 commented 2 years ago

Thank you for bug report! I will try to reproduce this bug.

ermig1979 commented 2 years ago

The bug was fixed. It would be great to do independent checking.

mikeversteeg commented 2 years ago

========== Rebuild All: 14 succeeded, 0 failed, 0 skipped ========== Confirmed fixed, thanks! Will now start performance testing.