Commit Graph

1 Commits

Author SHA1 Message Date
Jeremy Drake
4719ffad87 python-cffi: use gcc-style barrier on Windows.
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.
2021-04-12 16:47:06 -07:00