Skip to content

Commit 9d52cb3

Browse files
committed
feat(data/soc): backfill modem for Apple A6-A10 (paired iPhone baseband)
Apple SoCs pair an external cellular modem; the dataset records the modem used in that SoC's iPhone (cf. A11=Intel PMB9948, A12=Intel XMM 7560). Filled from teardown sources: - A6 (iPhone 5) / A7 (5s): Qualcomm MDM9615M - A8 (iPhone 6): Qualcomm MDM9625M - A9 (6s): Qualcomm MDM9635M - A10 (iPhone 7, dual-sourced): Intel XMM 7360 (matches the dataset's Intel-variant choice for dual-sourced years, e.g. A11) Left null (no integrated modem, correct): Snapdragon 600/805 (APQ), Exynos 4210/4412.
1 parent 5da6248 commit 9d52cb3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

data/soc/apple/2012/apple-a6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gpu_cores": 3,
1616
"gpu_clock_mhz": null,
1717
"npu_tops": null,
18-
"modem": null,
18+
"modem": "Qualcomm MDM9615M",
1919
"geekbench_single": 250,
2020
"geekbench_multi": 460,
2121
"antutu_score": null,

data/soc/apple/2013/apple-a7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gpu_cores": 4,
1616
"gpu_clock_mhz": null,
1717
"npu_tops": null,
18-
"modem": null,
18+
"modem": "Qualcomm MDM9615M",
1919
"geekbench_single": 260,
2020
"geekbench_multi": 470,
2121
"antutu_score": null,

data/soc/apple/2014/apple-a8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gpu_cores": 4,
1616
"gpu_clock_mhz": null,
1717
"npu_tops": null,
18-
"modem": null,
18+
"modem": "Qualcomm MDM9625M",
1919
"geekbench_single": 380,
2020
"geekbench_multi": 670,
2121
"antutu_score": null,

data/soc/apple/2015/apple-a9.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gpu_cores": 6,
1616
"gpu_clock_mhz": 650,
1717
"npu_tops": null,
18-
"modem": null,
18+
"modem": "Qualcomm MDM9635M",
1919
"geekbench_single": 540,
2020
"geekbench_multi": 980,
2121
"antutu_score": null,

data/soc/apple/2016/apple-a10-fusion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"gpu_cores": 6,
1616
"gpu_clock_mhz": null,
1717
"npu_tops": null,
18-
"modem": null,
18+
"modem": "Intel XMM 7360",
1919
"geekbench_single": 740,
2020
"geekbench_multi": 1320,
2121
"antutu_score": null,

0 commit comments

Comments
 (0)