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

Use -ferror-limit for clang #151

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

See https://clang.llvm.org/docs/UsersManual.html#cmdoption-ferror-limit.

This gets rid of a bunch of warnings when compiling with clang.