Your Feature Request
gcc 16.1 has experimental support for std::simd, and std::experimental::simd is also supported by older releases of gcc.
Maybe it can be used for the simd operations in Tesseract and improve the performance for certain applications.
See https://en.cppreference.com/cpp/experimental/simd and the issues #3512 and #3895.
Your Feature Request
gcc 16.1 has experimental support for std::simd, and std::experimental::simd is also supported by older releases of gcc.
Maybe it can be used for the simd operations in Tesseract and improve the performance for certain applications.
See https://en.cppreference.com/cpp/experimental/simd and the issues #3512 and #3895.