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: use of deleted function ‘std::unique_ptr' when compiling with cython #140

Closed JopKnoppers closed 3 years ago

JopKnoppers commented 3 years ago

Fixed issue #139 By replacing unique_ptr by shared_ptr