[libav-devel] [PATCH 1/1] aarch64: do not add the optional ', lsl #0' for byte vectors

2014-03-19 Thread Janne Grunau
Although it is allowed it does not make much sense since the immediate is already 8bits. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 914c41c..692e788 100755 --- a/gas-preprocessor.pl +++

Re: [libav-devel] [PATCH 1/1] aarch64: do not add the optional ', lsl #0' for byte vectors

2014-03-19 Thread Luca Barbato
On 19/03/14 15:08, Janne Grunau wrote: Although it is allowed it does not make much sense since the immediate is already 8bits. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 914c41c..692e788

Re: [libav-devel] [PATCH 1/1] aarch64: do not add the optional ', lsl #0' for byte vectors

2014-03-19 Thread Martin Storsjö
On Wed, 19 Mar 2014, Janne Grunau wrote: Although it is allowed it does not make much sense since the immediate is already 8bits. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl index 914c41c..692e788 100755

Re: [libav-devel] [PATCH 1/1] aarch64: do not add the optional ', lsl #0' for byte vectors

2014-03-19 Thread Janne Grunau
On 2014-03-19 16:25:10 +0200, Martin Storsjö wrote: On Wed, 19 Mar 2014, Janne Grunau wrote: Although it is allowed it does not make much sense since the immediate is already 8bits. --- gas-preprocessor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git