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

vc2019 #217

Closed pww1971 closed 2 years ago

pww1971 commented 2 years ago

1>SimdLib.obj : error LNK2019: 无法解析的外部符号 "void cdecl Simd::Avx512bw::NeuralAddConvolution2x2Forward(float const *,unsigned int64,unsigned int64,unsigned int64,float const ,float ,unsigned __int64)" (?NeuralAddConvolution2x2Forward@Avx512bw@Simd@@YAXPEBM_K110PEAM1@Z),函数 SimdNeuralAddConvolution2x2Forward 中引用了该符号

ermig1979 commented 2 years ago

Hi! I just have built Simd for VC2019 without any error. I use the last version 4.10.114.master-35b8a3b9.

pww1971 commented 2 years ago

I don't know why. I built it directly, and then there were a lot of similar errors.

pww1971 commented 2 years ago

e