Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
b14f6518
Commit
b14f6518
authored
Dec 21, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Dec 21, 2012
Browse files
Merge "configure: test for -msse4" into vp9-preview
parents
ad64ca44
3162b4f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
b14f6518
...
...
@@ -1001,7 +1001,11 @@ EOF
soft_enable sse2
soft_enable sse3
soft_enable ssse3
soft_enable sse4_1
if
enabled gcc
&&
!
disabled sse4_1
&&
!
check_cflags
-msse4
;
then
RTCD_OPTIONS
=
"
${
RTCD_OPTIONS
}
--disable-sse4_1 "
else
soft_enable sse4_1
fi
case
${
tgt_os
}
in
win
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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