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

Error while solution buiding in VS 2019: Error C3861 '_pext_u64': identifier not found in Sse41 #150

Closed zielony71 closed 3 years ago

zielony71 commented 3 years ago

Hello!

I've got this error (10 times) while buiding the solution in VS 2019:

Error C3861 '_pext_u64': identifier not found (in Sse41 project)

Can anybody figure out what is wrong ?

ermig1979 commented 3 years ago

Hello. Is this Win32 or x64 build platform?

zielony71 commented 3 years ago

Right, I haven't choosen a proper configuration in VS: it should be x64 for my computer (instead of Win32). After doing that the everything has been compiled without any issues. Thank you very much for answering and for that great library!

zielony71 commented 3 years ago

Issue is solved.