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
Stefan Strogin
flac
Commits
a52270e0
Commit
a52270e0
authored
Jul 18, 2001
by
Josh Coalson
Browse files
fix bug in SSE routines
parent
3643db34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/ia32/lpc_asm.nasm
View file @
a52270e0
...
...
@@ -514,7 +514,7 @@ cident FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_8
; store autoc
mov edx, [esp + 16] ; edx == autoc
movups [edx], xmm5
movups [edx +
4
], xmm6
movups [edx +
16
], xmm6
.end:
ret
...
...
@@ -587,8 +587,8 @@ cident FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_12
; store autoc
mov edx, [esp + 16] ; edx == autoc
movups [edx], xmm5
movups [edx +
4
], xmm6
movups [edx +
8
], xmm7
movups [edx +
16
], xmm6
movups [edx +
32
], xmm7
.end:
ret
...
...
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