Roman Donchenko 4cfbee70bd Simplified the Windows implementation of CV_XADD.
_InterlockedExchangeAdd is a Visual Studio intrinsic that's available
for all architectures and in all VS versions that we care about. It's also
faster than the underscore-less function, since it's an intrinsic.
We also don't need to declare it ourselves.

It is, however, a Visual Studio-specific intrinsic, so I changed the
preprocessing condition accordingly.

Fixes <http://code.opencv.org/issues/3365>.
2013-11-20 13:47:35 +04:00
..
2013-09-02 14:00:44 +04:00
2013-11-12 22:29:41 -05:00
2013-10-11 23:31:31 -04:00
2013-11-17 14:13:13 +04:00
2013-11-17 14:13:13 +04:00
2013-11-17 19:33:55 +04:00