summaryrefslogtreecommitdiffstats
path: root/base/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* net: boost AES-GCM ciphers if the machine has AES-NI.agl@chromium.org2013-12-021-0/+2
* crypto: disable NSS AES-NI support when AVX is disabled by OS.agl@chromium.org2013-11-221-0/+7
* Include CPU information in UMA system profile.simonjam@chromium.org2013-07-181-0/+2
* Create a field trial to test if we can detect good QPC implementations.simonjam@chromium.org2013-04-301-0/+4
* Adds AVX detection to CPU and records a histogram of Intel Microarchitecture ...whunt@chromium.org2013-02-021-0/+15
* Use the cpuid instruction to generate the CPU brand string. And chunyang.dai@intel.com2012-10-041-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-121-8/+8
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-4/+4
* detect cpu feature for all x64 and x86 platforms (no longer windows only).jiesun@chromium.org2011-02-161-1/+17
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Wow, it's been a while since we cleaned EOL.maruel@google.com2008-09-251-42/+42
* Create a class for getting at processor information via thembelshe@google.com2008-09-241-0/+42