Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
7bee55b8
Commit
7bee55b8
authored
Dec 20, 2012
by
Andrey Kamaev
Committed by
OpenCV Buildbot
Dec 20, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #243 from takacsd:2.4
parents
7c37f5d7
64f82190
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
operations.hpp
modules/core/include/opencv2/core/operations.hpp
+1
-1
No files found.
modules/core/include/opencv2/core/operations.hpp
View file @
7bee55b8
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
#endif
#endif
#elif __GNUC__*10 + __GNUC_MINOR__ >= 42
#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__)
defined __i686__ || defined __MMX__ || defined __SSE__ || defined __ppc__)
#define CV_XADD __sync_fetch_and_add
#define CV_XADD __sync_fetch_and_add
#else
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment