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
Xiph.Org
flac
Commits
e326848b
Commit
e326848b
authored
Dec 04, 2001
by
Josh Coalson
Browse files
fix some argument names to match new configure.in
parent
651d6de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
e326848b
...
...
@@ -78,22 +78,22 @@ speed and `configure' is pretty good about knowing what is
supported, but you can use this option to build only from the
C sources.
--sse
-os
: If you are building for an x86 CPU that supports
--
enable-
sse : If you are building for an x86 CPU that supports
SSE instructions, you can enable some of the faster routines
if your operating system also supports SSE instructions. flac
can tell if the CPU supports the instructions but currently has
no way to test if the OS does, so if it does, you must pass
this argument to configure to use the SSE routines. If flac
crashes when built with this option you will have to go back and
configure without --sse
-os
. Note that
--disable-asm-optimizations
overrides --sse-os
.
configure without --
enable-
sse. Note that
--disable-asm-optimizations implies --disable-sse
.
--
us
e-3dnow : If you are building for an AMD CPU which has 3DNOW!
--
enabl
e-3dnow : If you are building for an AMD CPU which has 3DNOW!
support, you can use this flag to enable some assembly routines
which use 3DNOW! instructions. There have been some reports that
they may cause flac to crash, which is why it is not turned on
by default. Note that --disable-asm-optimizations overrides
--
us
e-3dnow.
--
enabl
e-3dnow.
===========================
...
...
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