Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d3fb8c5f
Commit
d3fb8c5f
authored
Apr 01, 2016
by
Fm
Browse files
MSVC SSE2 automatical support for x64
parent
c8aa1312
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/simd/simd_check.h
dlib/simd/simd_check.h
+1
-1
No files found.
dlib/simd/simd_check.h
View file @
d3fb8c5f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#define DLIB_HAVE_AVX
#define DLIB_HAVE_AVX
#endif
#endif
#endif
#endif
#if
defined(_M_IX86_FP) && _M_IX86_FP >= 2 && !defined(DLIB_HAVE_SSE2)
#if (defined( _M_X64) ||
defined(_M_IX86_FP) && _M_IX86_FP >= 2
)
&& !defined(DLIB_HAVE_SSE2)
#define DLIB_HAVE_SSE2
#define DLIB_HAVE_SSE2
#endif
#endif
#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