The existing logic excluded this on i386, x86_64, and WIN32, presumably because they assumed WIN32 was i386 or x86_64. This patch enables gcc-style __sync_synchronize(), if it compiles, on WIN32 if not i386 or x86_64.
The existing logic excluded this on i386, x86_64, and WIN32, presumably because they assumed WIN32 was i386 or x86_64. This patch enables gcc-style __sync_synchronize(), if it compiles, on WIN32 if not i386 or x86_64.