On 16.10.2013 21:32, David Majnemer wrote:
Also, please do not use __yield on Windows, it is apparently semantically equivalent to an x86 PAUSE instruction. A suitable replacement for sched_yield() on Windows would be SwitchToThread().
It's just the internal function name but now I see that MSVC has an intrinsic with the same name. I'll change the name.
-Nico _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
