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
Stefan Strogin
flac
Commits
395938e3
Commit
395938e3
authored
Nov 15, 2001
by
Josh Coalson
Browse files
un-disable 3dnow routines
parent
b55861ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/stream_encoder.c
View file @
395938e3
...
...
@@ -391,7 +391,7 @@ FLAC__StreamEncoderState FLAC__stream_encoder_init(FLAC__StreamEncoder *encoder)
else
encoder
->
private_
->
local_lpc_compute_autocorrelation
=
FLAC__lpc_compute_autocorrelation_asm_ia32
;
}
else
if
(
0
&&
encoder
->
private_
->
cpuinfo
.
data
.
ia32
.
_3dnow
)
/*@@@ turn back on in first beta after 1.0 */
else
if
(
encoder
->
private_
->
cpuinfo
.
data
.
ia32
.
_3dnow
)
encoder
->
private_
->
local_lpc_compute_autocorrelation
=
FLAC__lpc_compute_autocorrelation_asm_ia32_3dnow
;
else
encoder
->
private_
->
local_lpc_compute_autocorrelation
=
FLAC__lpc_compute_autocorrelation_asm_ia32
;
...
...
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