Searched refs:has_sse (Results 1 - 2 of 2) sorted by relevance
/external/chromium/base/ | ||
H A D | cpu_unittest.cc | 25 if (cpu.has_sse()) { 60 if (cpu.has_sse()) { |
H A D | cpu.h | 30 int has_sse() const { return has_sse_; } function in class:base::CPU |
Completed in 58 milliseconds