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

SimdLib.cpp.o no such file or directory #148

Closed wangzhankun closed 3 years ago

wangzhankun commented 3 years ago

platform

ermig1979 commented 3 years ago

Hi! Thank you for bug report! I will try to reproduce this error on the target platform.

ermig1979 commented 3 years ago

I used raspberry pi 4b, Ubuntu 16.04 (32-bit and 64-bit mode). The project was compiled and linked successfully. So I can't reproduce this error.

wangzhankun commented 3 years ago

Sorry to report latter, I will try to build SIMD at the weekend. I don't know the reason either. Maybe It is due to the OS ? I know that gcc version on ubuntu 20.04 is different with ubuntu 16.04. But on the other hand I successfully to install SIMD on ubuntu 20.04_x86_64.