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.01k stars 407 forks source link

Build error AdvancedVectorExtensions512 #254

Closed edward9112 closed 1 year ago

edward9112 commented 1 year ago

Hello,

I just got a new PC with newest CPU and the project is not building with error:

3>Done building project "Avx512bf16.vcxproj" -- FAILED.
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(487,5): error : Element <EnableEnhancedInstructionSet> has an invalid value of "AdvancedVectorExtensions512".

I checked and I see that there is no such option in the compiler settings

image

Thanks!

edward9112 commented 1 year ago

Please, disregard. Version update fixed issue.