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
1c49796e
Commit
1c49796e
authored
Jul 31, 2017
by
Tomoaki Teshima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guad for CUDA correctly
parent
432d0fd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cv_cpu_dispatch.h
modules/core/include/opencv2/core/cv_cpu_dispatch.h
+3
-3
No files found.
modules/core/include/opencv2/core/cv_cpu_dispatch.h
View file @
1c49796e
...
@@ -121,8 +121,8 @@ struct VZeroUpperGuard {
...
@@ -121,8 +121,8 @@ struct VZeroUpperGuard {
#if !defined __OPENCV_BUILD /
/ Compatibility code
#if !defined __OPENCV_BUILD
/
* Compatibility code */
\
&& !defined __CUDACC__
/* do not include SSE/AVX/NEON headers for NVCC compiler */
#if defined __SSE2__ || defined _M_X64 || (defined _M_IX86_FP && _M_IX86_FP >= 2)
#if defined __SSE2__ || defined _M_X64 || (defined _M_IX86_FP && _M_IX86_FP >= 2)
# include <emmintrin.h>
# include <emmintrin.h>
# define CV_MMX 1
# define CV_MMX 1
...
@@ -137,7 +137,7 @@ struct VZeroUpperGuard {
...
@@ -137,7 +137,7 @@ struct VZeroUpperGuard {
# define CV_NEON 1
# define CV_NEON 1
#endif
#endif
#endif // !__OPENCV_BUILD (Compatibility code)
#endif // !__OPENCV_BUILD
&& !__CUDACC
(Compatibility code)
...
...
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