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-08-29 18:46:45 +04:00
2013-10-22 15:16:22 +04:00
2013-10-28 13:38:25 +04:00
2013-11-11 16:55:36 +04:00
2013-11-20 13:47:35 +04:00
2013-10-08 17:21:22 +04:00
2013-11-11 16:55:36 +04:00
2013-09-06 15:44:44 +04:00
2013-09-23 12:16:57 +04:00
2013-09-02 14:00:44 +04:00
2013-09-06 15:44:44 +04:00
2013-11-12 22:29:41 -05:00
2013-11-11 16:55:36 +04:00
2013-09-04 09:58:32 +04:00
2013-10-11 23:31:31 -04:00
2013-10-22 12:08:43 +05:30
2013-11-11 17:02:50 +04:00
2013-10-21 21:43:26 +02:00
2013-10-02 16:09:45 +04:00
2013-11-18 18:09:44 +04:00
2013-11-11 16:55:36 +04:00
2013-11-11 16:55:36 +04:00
2013-10-22 14:05:15 +04:00
2013-10-24 18:20:16 +01:00
2013-10-15 20:08:52 +04:00
2013-11-05 16:38:23 +04:00
2013-11-17 14:13:13 +04:00
2013-11-11 18:00:55 +04:00
2013-10-29 16:14:32 +04:00
2013-11-17 14:13:13 +04:00
2013-11-07 23:47:33 -05:00
2013-10-08 13:50:49 +04:00
2013-09-06 15:44:44 +04:00
2013-10-08 18:13:56 +04:00
2013-11-05 16:38:23 +04:00
2013-10-22 14:28:00 +04:00
2013-11-05 16:38:23 +04:00
2013-09-06 15:44:44 +04:00
2013-11-17 19:33:55 +04:00
2013-11-11 16:55:36 +04:00
2013-06-10 18:18:01 +04:00