tesseract
5.0.0-alpha-619-ge9db
|
#include "intsimdmatrix.h"
#include <immintrin.h>
#include <cstdint>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Namespaces | |
tesseract | |
Variables | |
constexpr int | tesseract::kNumOutputsPerRegister = 8 |
constexpr int | tesseract::kMaxOutputRegisters = 8 |
constexpr int | tesseract::kNumInputsPerRegister = 32 |
constexpr int | tesseract::kNumInputsPerGroup = 4 |
constexpr int | tesseract::kNumInputGroups = kNumInputsPerRegister / kNumInputsPerGroup |