Does each core has its own private set of registers?
The ref above states each core has its own set of registers. My question is how can you access core1's RAX and core2's RAX core3's RAX and core4's RAX in assembly mov ??? RAX. Is this a specific instruction set similar to AVX-512 instructions? Is there specific instruction sets for access to the other cores?
Use other cores register sets