Commit 43a4c729 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '75d98e30'

* commit '75d98e30':
  audiodsp/x86: clear the high bits of the order parameter on 64bit
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 072fad7c 75d98e30
......@@ -26,7 +26,7 @@ SECTION .text
%macro SCALARPRODUCT 0
; int ff_scalarproduct_int16(int16_t *v1, int16_t *v2, int order)
cglobal scalarproduct_int16, 3,3,3, v1, v2, order
shl orderq, 1
add orderd, orderd
add v1q, orderq
add v2q, orderq
neg orderq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment