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

Some fixes to allow building the Simd lib without C++11 support #233

Closed s-trinh closed 1 year ago

s-trinh commented 1 year ago

These fixes are used in the ViSP library to allow building a subset of the Simd lib without C++11 support.

See also: https://github.com/ermig1979/Simd/pull/232