Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
412c5983
Commit
412c5983
authored
Oct 30, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 30, 2012
Browse files
Merge "More MSVC build fixes" into experimental
parents
50f1eae5
00c79553
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/rtcd_defs.sh
View file @
412c5983
...
...
@@ -29,10 +29,10 @@ prototype void vp8_filter_block2d_16x16_8 "const unsigned char *src_ptr, const u
# on the safe side, only enabled when compiled with 'gcc'.
if
[
"
$CONFIG_GCC
"
=
"yes"
]
;
then
specialize vp8_filter_block2d_4x4_8 sse4_1 sse2
fi
specialize vp8_filter_block2d_8x4_8 ssse3
#sse4_1 sse2
specialize vp8_filter_block2d_8x8_8 ssse3
#sse4_1 sse2
specialize vp8_filter_block2d_16x16_8 ssse3
#sse4_1 sse2
fi
#
...
...
Write
Preview
Supports
Markdown
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