Browse Source

Merge commit '75d98e30afab61542faab3c0f11880834653bd6b'

* commit '75d98e30afab61542faab3c0f11880834653bd6b':
  audiodsp/x86: clear the high bits of the order parameter on 64bit

Merged-by: Clément Bœsch <u@pkh.me>
tags/n3.3
Clément Bœsch 9 years ago
parent
commit
43a4c729d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/audiodsp.asm

+ 1
- 1
libavcodec/x86/audiodsp.asm View File

@@ -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


Loading…
Cancel
Save