Re: [libav-devel] [PATCH 4/5] aarch64: vp9itxfm: Restructure the idct32 store macros

2017-02-04 Thread Janne Grunau
On 2016-12-01 11:27:00 +0200, Martin Storsjö wrote: > This avoids concatenation, which can't be used if the whole macro > is wrapped within another macro. > --- > libavcodec/aarch64/vp9itxfm_neon.S | 80 > +++--- > 1 file changed, 40 insertions(+), 40 deletions(-)

[libav-devel] [PATCH 4/5] aarch64: vp9itxfm: Restructure the idct32 store macros

2016-12-01 Thread Martin Storsjö
This avoids concatenation, which can't be used if the whole macro is wrapped within another macro. --- libavcodec/aarch64/vp9itxfm_neon.S | 80 +++--- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/libavcodec/aarch64/vp9itxfm_neon.S b/libavcodec/aa