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

Is SimdConversion.h an offial library header or a candidate? #245

Closed Edi61 closed 1 year ago

Edi61 commented 1 year ago

Hi ermig1979 Related to commit https://github.com/ermig1979/Simd/commit/ea3cba8f09002954fdacbce0d0a6db6d94882b57

Currently only /src/Simd/SimdLib.h is referenced. Shall SimdLib.h be the only .h header file? Would it be possible to add here somehow SimdConversion.h or make it also part of an official header file? Or shall these functions maybe replaced and not used from outside?

Ps.: In the project AntiDupl the functions Square, Min, Max, Base, YuvToBlue, YuvToGreen, YuvToRed,... from SimdConversion.h are used.

Regards,

ermig1979 commented 1 year ago

I modified AntiDupl to exclude of direct including of file "SimdConversion.h".