Merge pull request #243 from takacsd:2.4
This commit is contained in:
commit
7bee55b84e
@ -64,7 +64,7 @@
|
||||
#endif
|
||||
#elif __GNUC__*10 + __GNUC_MINOR__ >= 42
|
||||
|
||||
#if !defined WIN32 && (defined __i486__ || defined __i586__ || \
|
||||
#if !(defined WIN32 || defined _WIN32) && (defined __i486__ || defined __i586__ || \
|
||||
defined __i686__ || defined __MMX__ || defined __SSE__ || defined __ppc__)
|
||||
#define CV_XADD __sync_fetch_and_add
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user