[libav-devel] [PATCH 1/2] x86/asm: add ymm_reg struct

2016-01-23 Thread James Almer
Needed to declare 32-byte long constants Signed-off-by: James Almer --- Pre-requisite for James Darnley's v210 avx2 patches. libavutil/x86/asm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/x86/asm.h b/libavutil/x86/asm.h index e30f5db..db5f3d5 100644 ---

Re: [libav-devel] [PATCH 1/2] x86/asm: add ymm_reg struct

2016-01-23 Thread Luca Barbato
On 24/01/16 06:10, James Almer wrote: > Needed to declare 32-byte long constants > > Signed-off-by: James Almer > --- > Pre-requisite for James Darnley's v210 avx2 patches. > > libavutil/x86/asm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavutil/x86/asm.h