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.01k stars 407 forks source link

SimdImageLoadFromMemory optimisation #225

Open mikeversteeg opened 1 year ago

mikeversteeg commented 1 year ago

I would like to add my vote for a (Windows x64) optimised version of SimdImageLoadFromMemory. Thank you.