
8 Oct
2007
8 Oct
'07
1:28 p.m.
Hartmut Kaiser wrote:
FWIW, Intel V10 on Windows seems not to implement _ReadWriteBarrier neither (at least we get linker errors there as well).
Does its manual say something about reorderings across a volatile read or write? I think that giving volatile loads acquire semantics (and volatile stores release semantics) is an Intel invention later adopted by MSVC8, so it might already implement what we need.