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 412 forks source link

Fix compile error at GCC11 #164

Closed HungMingWu closed 3 years ago

HungMingWu commented 3 years ago

The original SIMD_FUTURE_DISABLE implementation doesn't cover the higher version of GCC, so modify it

ermig1979 commented 3 years ago

You added file SimdVersion.h to git. This file is auto generated during build. You don't need to add it. Could you remove it?

HungMingWu commented 3 years ago

That's my fault, I have correct it.