kmeisthax 1 day ago

>JavaScript float-to-i32 casts

To be clear, the behavior in question is Intel behavior that snuck its way into the JavaScript spec; ARM just doesn't wanna use the word "Intel" in public documentation. For similar reasons there's a few other places where there's an "alternate" execution mode that exists solely to emulate x86.

1
MrBuddyCasino 1 day ago

> "alternate" execution mode that exists solely to emulate x86

Is this something different from TSO?