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
dee365ea
Commit
dee365ea
authored
Jan 02, 2014
by
Davis King
Browse files
A minor change to avoid compiler warnings from gcc 4.1. It also makes the code
slightly faster.
parent
5e141254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_transforms/fhog.h
dlib/image_transforms/fhog.h
+1
-1
No files found.
dlib/image_transforms/fhog.h
View file @
dee365ea
...
@@ -437,7 +437,7 @@ namespace dlib
...
@@ -437,7 +437,7 @@ namespace dlib
simd4f
v10
=
vy1
*
vx0
;
simd4f
v10
=
vy1
*
vx0
;
simd4f
v00
=
vy0
*
vx0
;
simd4f
v00
=
vy0
*
vx0
;
float
_best_o
[
4
];
best_o
.
store
(
_best_o
);
int32
_best_o
[
4
];
simd4i
(
best_o
)
.
store
(
_best_o
);
int32
_ixp
[
4
];
ixp
.
store
(
_ixp
);
int32
_ixp
[
4
];
ixp
.
store
(
_ixp
);
float
_v11
[
4
];
v11
.
store
(
_v11
);
float
_v11
[
4
];
v11
.
store
(
_v11
);
float
_v01
[
4
];
v01
.
store
(
_v01
);
float
_v01
[
4
];
v01
.
store
(
_v01
);
...
...
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