|
|
|
|
|
by giyanani
1493 days ago
|
|
The memory ordering is different, too. Apple gets around it by adding support for intel ordering in the m1 cpus, and then changing to that mode on a per-process basis. https://twitter.com/ErrataRob/status/1331735383193903104 If you mix arm and x86 code inside a process, you can't tell which ordering to use. |
|