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
8003cf92
Commit
8003cf92
authored
Mar 19, 2014
by
James Zern
Committed by
Gerrit Code Review
Mar 19, 2014
Browse files
Merge "configure: test -m(mmx|sse|sse2|sse3) flags"
parents
6f492810
c0d67377
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/make/configure.sh
View file @
8003cf92
...
...
@@ -1102,12 +1102,12 @@ EOF
esac
soft_enable runtime_cpu_detect
soft_enable mmx
soft_enable sse
soft_enable sse2
soft_enable sse3
# We can't use 'check_cflags' until the compiler is configured and CC is
# populated.
check_gcc_machine_option mmx
check_gcc_machine_option sse
check_gcc_machine_option sse2
check_gcc_machine_option sse3
check_gcc_machine_option ssse3
check_gcc_machine_option sse4 sse4_1
check_gcc_machine_option avx
...
...
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