Does the M1 chip (Apple Silicon) use hyper-threading? (a.k.a. simultaneous multithreading (SMT))

Solution 1:

There's no mention of SMT in Apple's documentation for M1. The closest we can get to definitive is what macOS tells us.

  • On a Mac with an Intel chip supporting Hyper-Threading Technology, Activity Monitor → Window → CPU Usage shows twice the number of vertical bars as System Information → Hardware → Total Number of Cores reports.
  • On a Mac with an M1 chip, the number of bars is the same as the number of reported cores.

Therefore we can conclude there is no hyper-threading.

screenshot of System Information → Hardware → Total Number of Cores and Activity Monitor's Window → CPU Usage window.