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

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: no change... git pull to merge head 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
« no previous file with comments | « 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 5c6c4ca7aa5ffba38920706cb384037eccf9e4d7..24b707776bf9c1720c5d0c09e9f4a9068b9df5bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62326,6 +62326,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.2"/>
<int value="7" label="AVX"/>
+ <int value="8" label="AVX2"/>
</enum>
<enum name="InterruptReason" type="int">
« no previous file with comments | « base/cpu_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698