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
8ea4fc3f
"tutorials/models/vscode:/vscode.git/clone" did not exist on "98ff82e52770053b890cb71f150ad62ddd66ee35"
Commit
8ea4fc3f
authored
Nov 11, 2013
by
Davis King
Browse files
A minor change to avoid a compiler error in visual studio 2005
parent
61c2a5eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/simd/simd4f.h
dlib/simd/simd4f.h
+1
-1
No files found.
dlib/simd/simd4f.h
View file @
8ea4fc3f
...
...
@@ -356,7 +356,7 @@ namespace dlib
#elif defined(DLIB_HAVE_SSE3)
simd4f
temp
=
_mm_hadd_ps
(
item
,
item
);
return
_mm_cvtss_f32
(
_mm_hadd_ps
(
temp
,
temp
));
#elif defined(DLIB_HAVE_SSE2)
#elif defined(DLIB_HAVE_SSE2)
&& (!defined(_MSC_VER) || _MSC_VER!=1400)
simd4f
temp
=
_mm_add_ps
(
item
,
_mm_movehl_ps
(
item
,
item
));
simd4f
temp2
=
_mm_shuffle_ps
(
temp
,
temp
,
1
);
return
_mm_cvtss_f32
(
_mm_add_ss
(
temp
,
temp2
));
...
...
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