Comment on Intel doesn’t think that Arm CPUs will make a dent in the laptop market

<- View Parent
bamboo@lemm.ee ⁨8⁩ ⁨months⁩ ago

I don’t know exactly what software you use for work, but for simple cases docker desktop uses binfmt-misc to enable Rosetta and qemu-user for containers. This actually makes it really easy to build and test for a bunch of different architectures, x86 but also ppc64le, mips, etc. With x86-64 specifically you get Rosetta for very high performance. I know tools like gdb don’t work right in this environment, but thats not usually part of a typical ci/cd system anyways.

source
Sort:hotnewtop