-
Implement ClobberMemory() and fix DoNotOptimize on MSVC. (#352) · f682f7e9Eric authored
I recently learned Windows provides a function called _ReadWriteBarrier which is literally ClobberMemory under a different name. This patch uses it to implement ClobberMemory under MSVC.
f682f7e9
×