Home
last modified time | relevance | path

Searched refs:ARM64_SIMD_MAXIMUM_UNROLL_FACTOR (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc2137 static constexpr uint32_t ARM64_SIMD_MAXIMUM_UNROLL_FACTOR = 8; variable
2161 TruncToPowerOfTwo(std::min({uf1, uf2, ARM64_SIMD_MAXIMUM_UNROLL_FACTOR})); in GetUnrollingFactor()