ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.06k stars 413 forks source link

iOS builds #85

Closed DarioAhdoot closed 5 years ago

DarioAhdoot commented 5 years ago

Does the Simd library support iOS build targets? I don't see any build instructions on your readme for iOS

ermig1979 commented 5 years ago

Simd can be built with using of Clang. I have checked it. As related to iOS I can not guarantee anything.