Commit 6622a6cf authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

x86: dwt: better share constants

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 71db2d08
......@@ -25,6 +25,7 @@
#include "libavutil/x86/asm.h"
extern const xmm_reg ff_pw_1;
extern const xmm_reg ff_pw_2;
extern const xmm_reg ff_pw_3;
extern const xmm_reg ff_pw_4;
......
......@@ -22,12 +22,12 @@
%include "libavutil/x86/x86util.asm"
SECTION_RODATA
pw_1: times 8 dw 1
pw_8: times 8 dw 8
pw_16: times 8 dw 16
pw_1991: times 4 dw 9,-1
cextern pw_1
cextern pw_2
cextern pw_8
cextern pw_16
section .text
......
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