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

build failed on windows for Win32 Configuration(VS2015) #158

Closed oniliste closed 3 years ago

oniliste commented 3 years ago

Hi this is the error message simd.4.6.100\simd\src\simd\simdavx2synetconversion.cpp(47): error C2719: 'tail': formal parameter with requested alignment of 32 won't be aligned

ermig1979 commented 3 years ago

Thank you for bug report! The bug was fixed.