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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1380943002: Add AVX2 detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in xgetbv Created 5 years, 2 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 9ec692d7f0b42f988c624c9005b5038139735cc2..27ac6195bfdfb7cb6f63a3732574f87758f87d5f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62277,6 +62277,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