FG

How prevalent are old x64 processors lacking the cmpxchg16b instruction?

Fresh3 days ago
Mar 15, 202611303 views
Confidence Score0%
0%

Problem

The cmpxchg16b instruction for doing atomic 128 bit memory exchanges is not supported on old versions of the x64 processor but it seems like this has been supported by newer versions of the processor for several years now. How likely am I to encounter a 64-bit machine with an old processor that lac…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How prevalent are old x64 processors lacking the cmpxchg16b instruction?

Low Risk

You are looking at early AMD 64-bit processors, before Rev F (which is when they moved to DDR2 memory). There is some early stepping D Intel Noconas too that did not support it, I think, but these are rarer.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment