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

  /art/runtime/arch/x86/
instruction_set_features_x86.h 92 has_AVX_(has_AVX),
119 const bool has_AVX_; // x86 256bit SIMD AVX.
instruction_set_features_x86.cc 223 (has_AVX_ == other_as_x86->has_AVX_) &&
232 (has_AVX_ ? kAvxBitfield : 0) |
254 if (has_AVX_) {
278 bool has_AVX = has_AVX_;

Completed in 368 milliseconds