HomeSort by relevance Sort by last modified time
    Searched refs:has_AVX2_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/x86/
instruction_set_features_x86.h 88 has_AVX2_(has_AVX2),
110 const bool has_AVX2_; // x86 256bit SIMD AVX 2.0.
instruction_set_features_x86.cc 247 (has_AVX2_ == other_as_x86->has_AVX2_) &&
258 (has_AVX2_ ? kAvx2Bitfield : 0) |
290 if (has_AVX2_) {
315 bool has_AVX2 = has_AVX2_;

Completed in 546 milliseconds