Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-30 04:36:31 +0300
committerMarat Dukhan <marat@fb.com>2018-03-30 04:36:31 +0300
commit10eae00293d63dd096e5b6f39fb7f0e1fd501d78 (patch)
treea1a5e16883e611eddde78c0cf34a02b679bac4d9 /include
parentd0222b47948234cc01983243a2e0ede018f97f3a (diff)
Rename Mongoose-M3 to Meerkat-M3
Diffstat (limited to 'include')
-rw-r--r--include/cpuinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cpuinfo.h b/include/cpuinfo.h
index b02104e..ae1fa01 100644
--- a/include/cpuinfo.h
+++ b/include/cpuinfo.h
@@ -390,8 +390,8 @@ enum cpuinfo_uarch {
cpuinfo_uarch_mongoose_m1 = 0x00600100,
/** Samsung Mongoose M2 (Exynos 8895 big cores). */
cpuinfo_uarch_mongoose_m2 = 0x00600101,
- /** Samsung Mongoose M3 (Exynos 9810 big cores). */
- cpuinfo_uarch_mongoose_m3 = 0x00600102,
+ /** Samsung Meerkat M3 (Exynos 9810 big cores). */
+ cpuinfo_uarch_meerkat_m3 = 0x00600102,
/** Apple A6 and A6X processors. */
cpuinfo_uarch_swift = 0x00700100,