|
|
|
|
|
by ndiddy
216 days ago
|
|
Besides TSO like you mentioned, the SIMD implementation is different (SSE/AVX vs. NEON) which is important if you do anything that uses SIMD intrinsics directly. If you're deploying to ARM servers, it's also nice to be able to test the exact same binaries you'll be running on the server. |
|