←back to thread

163 points wmf | 2 comments | | HN request time: 0.001s | source
Show context
drewg123 ◴[] No.45367075[source]
Does anybody know if the X2 supports the x86 Total store ordering (TSO) memory ordering model? That's how Apple silicon does such efficient emulation of x86. I'd think that would be even MORE important for a Windows ARM64 laptop where there is so much more legacy x86 software going back decades.
replies(2): >>45367272 #>>45367322 #
1. londons_explore ◴[] No.45367272[source]
For really old software, it tends not to make good use of multiple cores anyway and you can simply emulate just a single core to achieve total store ordering.

Anything modern and popular and you can probably get it recompiled to ARM64

replies(1): >>45367988 #
2. 0x000xca0xfe ◴[] No.45367988[source]
Unfortunately games are the most common demanding multithread applications. Studios throw a binary over the fence and then get dissolved. Seems to be the way the entire industry operates.

Maybe more ISA diversity will incentivize publishers to improve long-term software support but I have little hope.