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
c3caaf3b
Commit
c3caaf3b
authored
Aug 11, 2011
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed IPP detection on 64-bit Windows (ticket #1294)
parent
a0a46b0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
OpenCVFindIPP.cmake
OpenCVFindIPP.cmake
+4
-0
No files found.
OpenCVFindIPP.cmake
View file @
c3caaf3b
...
...
@@ -99,6 +99,10 @@ function(set_ipp_old_libraries)
if
(
CMAKE_CXX_SIZEOF_DATA_PTR EQUAL 8
)
set
(
IPP_ARCH
"em64t"
)
endif
()
if
(
CMAKE_CL_64
)
set
(
IPP_ARCH
"em64t"
)
endif
()
if
(
WIN32
)
set
(
IPP_SUFFIX
"l"
)
...
...
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