Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1380943002: Add AVX2 detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change test to be visual c 32 bit specific Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« base/cpu_unittest.cc ('K') | « base/cpu_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b61a47929def396f138a0f1f311cb5e9a13fdfaa..5d8996e12667746745a9d5cad354a9610cd2adde 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62278,6 +62278,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="5" label="SSE4.1"/>
<int value="6" label="SSE4.3"/>
<int value="7" label="AVX"/>
+ <int value="8" label="AVX2"/>
</enum>
<enum name="InterruptReason" type="int">
« base/cpu_unittest.cc ('K') | « base/cpu_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698