diff --git a/.gitignore b/.gitignore index 574065d038..3e475d4df9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /build /prj/txt/FullVersion.txt /src/Simd/SimdVersion.h +.idea/ +cmake-build-*/ diff --git a/README.md b/README.md index 8ed8dc5505..d3892b2c73 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ object detection and classification, neural network. The algorithms are optimized with using of different SIMD CPU extensions. In particular the library supports following CPU extensions: -SSE, AVX, AVX-512 and AMX for x86/x64, NEON for ARM, HVX for Hexagon. +SSE, AVX, AVX-512 and AMX for x86/x64, NEON, SVE for ARM, HVX for Hexagon. The Simd Library has C API and also contains useful C++ classes and functions to facilitate access to C API. The library supports dynamic and static linking, 32-bit and 64-bit Windows and Linux, @@ -98,6 +98,7 @@ There are addition build parameters: * `SIMD_AVX512` - Enable of AVX-512 (AVX-512F, AVX-512CD, AVX-512VL, AVX-512DQ, AVX-512BW) CPU extensions. It is switched on by default. * `SIMD_AVX512VNNI` - Enable of AVX-512-VNNI CPU extensions. It is switched on by default. * `SIMD_AMXBF16` - Enable of AMX-BF16, AMX-INT8 and AVX-512-BF16 CPU extensions. It is switched off by default. +* `SIMD_SVE` - Enable of SVE CPU extension. It is switched off by default. * `SIMD_TEST` - Build test framework. It is switched on by default. * `SIMD_INFO` - Print build information. It is switched on by default. * `SIMD_PERF` - Enable of internal performance statistic. It is switched off by default. diff --git a/docs/2026.html b/docs/2026.html index 32d449f5b7..9c88f424aa 100644 --- a/docs/2026.html +++ b/docs/2026.html @@ -35,6 +35,76 @@