Andere CPU verwenden, bei Windows 7 bleiben oder zu Linux wechseln
Lies mal =>
https://en.wikipedia.org/wiki/X86-64...4_and_Intel_64 Zitat:
|
Early AMD64 processors lacked the CMPXCHG16B instruction, which is an extension of the CMPXCHG8B instruction present on most post-80486 processors. Similar to CMPXCHG8B, CMPXCHG16B allows for atomic operations on octal words. This is useful for parallel algorithms that use compare and swap on data larger than the size of a pointer, common in lock-free and wait-free algorithms. Without CMPXCHG16B one must use workarounds, such as a critical section or alternative lock-free approaches.[41] Its absence also prevents 64-bit Windows prior to Windows 8.1 from having a user-mode address space larger than 8 terabytes.[42] The 64-bit version of Windows 8.1 requires the instruction.
|
Und damit benötigt auch Windows 10 CMPXCHG16B, welches deine alte AMD-CPU offensichtlich nicht hat...
__________________