``` hardware_model = MacBook Pro (14-inch, 2021...
# macos
a
Copy code
hardware_model = MacBook Pro (14-inch, 2021)
          cpu_type = arm64e
       cpu_subtype = ARM64E
         cpu_brand = Apple M1 Pro
cpu_physical_cores = 10
 cpu_logical_cores = 10
   physical_memory = 34359738368
:feelsgoodman:
🦜 3
🎉 1
n
I hate that there is a difference between
uname -m
and
machine
(
arm64
and
arm64e
, respectively)
m
what is arm64e anyway? Like is it actually different to arm64 arch at all?
n
This is what I've bene going off of ¯\_(ツ)_/¯ https://stackoverflow.com/a/65918986/2233241